1
0

feat: disable events log by default

BREAKING CHANGE: events log level is now off unless explicitly enabled
This commit is contained in:
kolaente
2023-02-15 10:44:02 +01:00
parent eb33655c1c
commit da9d25cf72
3 changed files with 3 additions and 3 deletions

View File

@ -165,7 +165,7 @@ log:
# Echo has its own logging which usually is unnecessary, which is why it is disabled by default. Possible values are stdout, stderr, file or off to disable standard logging.
echo: "off"
# Whether or not to log events. Useful for debugging. Possible values are stdout, stderr, file or off to disable events logging.
events: "stdout"
events: "off"
# The log level for event log messages. Possible values (case-insensitive) are ERROR, INFO, DEBUG.
eventslevel: "info"