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.