--logfileedit

Summaryedit

Directs log output to the specified file.

Flagsedit

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

This flag must come before any command.

Exampleedit

Set log output to /tmp/curator.log:

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