--logfile

edit

Summary

edit

Directs log output to the specified file.

Flags

edit
  • --logfile Target file for log output. Default: STDOUT

This flag must come before any command.

Example

edit

Set log output to /tmp/curator.log:

curator --logfile /tmp/curator.log <<command>> <<flags>>