Skip to content

Commit cf0bc4b

Browse files
committed
Disable root logger
1 parent 6ede59a commit cf0bc4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ircurltitlebot/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def configure_logging() -> None:
3232
"loggers": {
3333
PACKAGE_NAME: {"level": "INFO", "handlers": ["console"], "propagate": False},
3434
# "urltitle": {"level": "INFO", "handlers": ["console"], "propagate": False},
35-
"": {"level": "DEBUG", "handlers": ["console"]},
35+
# "": {"level": "DEBUG", "handlers": ["console"]},
3636
},
3737
}
3838

0 commit comments

Comments
 (0)