Skip to content

Commit 96a13ff

Browse files
committed
Enable root logger but disable most of its messages
1 parent bd3a63b commit 96a13ff

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,8 +32,8 @@ def configure_logging() -> None:
3232
"loggers": {
3333
"__main__": {"level": "INFO", "handlers": ["console"], "propagate": False},
3434
PACKAGE_NAME: {"level": "INFO", "handlers": ["console"], "propagate": False},
35+
"": {"level": "CRITICAL", "handlers": ["console"]},
3536
# "urltitle": {"level": "INFO", "handlers": ["console"], "propagate": False},
36-
# "": {"level": "DEBUG", "handlers": ["console"]},
3737
},
3838
}
3939

0 commit comments

Comments
 (0)