This configures the logging.
name | example | optional | default |
---|---|---|---|
level | Warning |
✔ | Info |
target | Journal |
✔ | Stdout |
Minimum level for log messages to be sent to the log.
One of:
Debug
Info
Warning
Error
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 thesystemd
feature).