Data Backup and Recovery

Write Snapcreator output to standard out

michaeldparker
2,541 Views

We have a program called Tidal to which schedules jobs.  If a job fails and the program writes to standard out, Tidal can capture the output and send it to specified users.  I just recently put our snapcreator jobs into Tidal and when they fail, Tidal does not return any job failure details.  Is it possible to configure snapcreator to output the error details to standard out so that Tidal can capture the error details?

Thanks

Mike

1 ACCEPTED SOLUTION

ktenzer
2,541 Views

Hi Mike,

If you run Snap Creator with --verbose option then it will send messages to STDOUT. We send Error messages to both STDOUT and STDERR. Without --verbose we dont send anything to STDOUT only to log file.

./snapcreator --profile <profile> --action <action> --policy <policy> --verbose

For more detail you can use the --debug option as well

Regards,

Keith

View solution in original post

2 REPLIES 2

ktenzer
2,542 Views

Hi Mike,

If you run Snap Creator with --verbose option then it will send messages to STDOUT. We send Error messages to both STDOUT and STDERR. Without --verbose we dont send anything to STDOUT only to log file.

./snapcreator --profile <profile> --action <action> --policy <policy> --verbose

For more detail you can use the --debug option as well

Regards,

Keith

michaeldparker
2,541 Views

Awesome!  Thanks for the quick reply.  I was just wondering if the --verbose would do the trick and was going to dig around in the admin guide, but you saved me the trouble.   Thanks very much.

Public