Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 508 Bytes

log.md

File metadata and controls

25 lines (20 loc) · 508 Bytes

Log

This configures the logging.

Options

name example optional default
level Warning Info
target Journal Stdout

level

Minimum level for log messages to be sent to the log.

One of:

  • Debug
  • Info
  • Warning
  • Error

target

Target the log message is sent to.

One of:

  • Stdout: Standard output.
  • Stderr: Standard error.
  • Journal: Systemd journal (only available if MinMon is built with the systemd feature).