From c910635a41bb43dc793f749832186827b646c94f Mon Sep 17 00:00:00 2001 From: Erik Thuning <boooink@gmail.com> Date: Thu, 13 Jun 2024 14:38:50 +0200 Subject: [PATCH] Fixed erroneous key name for log level in config.ini --- config.ini.example | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/config.ini.example b/config.ini.example index b17a7d7..aef795f 100644 --- a/config.ini.example +++ b/config.ini.example @@ -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.