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

@ -853,7 +853,7 @@ Environment path: `VIKUNJA_LOG_ECHO`
Whether or not to log events. Useful for debugging. Possible values are stdout, stderr, file or off to disable events logging.
Default: `stdout`
Default: `off`
Full path: `log.events`