--quietedit

Summaryedit

Disallows non-log STDOUT output, which is typically error messages.

If no --logfile is specified, logging will still output to STDOUT by default.

If --logformat logstash is specified, --quiet is automatically implied.

Flagsedit

  • --quiet Suppress command-line output.

This flag must come before any command.

Exampleedit

Silence non-log command-line output:

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