Disable most logging by default

This commit is contained in:
Jan Speller 2022-05-04 23:01:40 +02:00
parent fb703fbf96
commit d0f0792793
4 changed files with 5 additions and 3 deletions

View file

@ -33,7 +33,7 @@ class=handlers.TimedRotatingFileHandler
interval=midnight
backupCount=7
formatter=complex
level=DEBUG
level=ERROR
args=('log/server.log',)
[handler_screen]