Skip to content

Commit fa9faef

Browse files
author
root
committed
#74 resolved the init_logger issue
1 parent 432a287 commit fa9faef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

basescript/log.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ def processor(logger, method_name, event_dict):
435435
_GLOBAL_LOG_CONFIGURED = True
436436

437437
def init_logger(
438-
fmt='pretty',
438+
fmt=None,
439439
quiet=False,
440440
level='INFO',
441441
fpath=None,

0 commit comments

Comments
 (0)