Skip to content

Commit 3ce8059

Browse files
author
Ankur Srivastava
committed
updated docs
1 parent 27e17ca commit 3ce8059

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pylogging/_create_logger.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def setup_logger(log_directory='.',
9999
'W0'-'W6' Weekday (0=Monday)
100100
'midnight' Roll over at midnight
101101
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
102+
console_log_level (logging) :Change the LogLevel of console log handler, default is logging.INFO (e.g. logging.DEBUG, logging.INFO)
103103
gelf_handler :An external handler for graylog data publishing.
104104
"""
105105
file_handlers = [HandlerType.ROTATING_FILE_HANDLER, HandlerType.TIME_ROTATING_FILE_HANDLER]

0 commit comments

Comments
 (0)