Fixed erroneous key name for log level in config.ini

This commit is contained in:
Erik Thuning 2024-06-13 14:38:50 +02:00
parent 6d6f455202
commit c910635a41

@ -8,9 +8,7 @@ notify_url = https://example.com/post/notify
## What log messages are shown on stderr.
## Defaults to ERROR if omitted.
## For the spammiest logging, use the number 5 here.
## Beware that this can log multiple gigabytes per hour.
log_level = DEBUG
level = DEBUG
## Mail settings for emailing log messages.
## If mail_level is not set, no emails will be sent.