Skip to content

Commit

Permalink
Enable root logger but disable most of its messages
Browse files Browse the repository at this point in the history
  • Loading branch information
impredicative committed Jan 2, 2021
1 parent bd3a63b commit 96a13ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ircurltitlebot/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ def configure_logging() -> None:
"loggers": {
"__main__": {"level": "INFO", "handlers": ["console"], "propagate": False},
PACKAGE_NAME: {"level": "INFO", "handlers": ["console"], "propagate": False},
"": {"level": "CRITICAL", "handlers": ["console"]},
# "urltitle": {"level": "INFO", "handlers": ["console"], "propagate": False},
# "": {"level": "DEBUG", "handlers": ["console"]},
},
}

Expand Down

0 comments on commit 96a13ff

Please sign in to comment.