We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27e17ca commit 3ce8059Copy full SHA for 3ce8059
pylogging/_create_logger.py
@@ -99,7 +99,7 @@ def setup_logger(log_directory='.',
99
'W0'-'W6' Weekday (0=Monday)
100
'midnight' Roll over at midnight
101
change_log_level (dict) :A dictionary of handlers with corresponding log-level ( for eg. {'requests':'warning'} )
102
- console_log_level (dict) :Change the LogLevel of console log handler, default is INFO
+ console_log_level (logging) :Change the LogLevel of console log handler, default is logging.INFO (e.g. logging.DEBUG, logging.INFO)
103
gelf_handler :An external handler for graylog data publishing.
104
"""
105
file_handlers = [HandlerType.ROTATING_FILE_HANDLER, HandlerType.TIME_ROTATING_FILE_HANDLER]
0 commit comments