Skip to content

Commit 9c7a17a

Browse files
committed
bugfix: mw_logger needs to set logging.basicConfig
1 parent 9a5dd22 commit 9c7a17a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jupyter_matlab_proxy/util/mw_logger.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ def __set_logging_configuration():
5252
# log_level is either set by environment or is the default value.
5353
logger.info(f"Initializing logger with log_level: {log_level}")
5454
logger.setLevel(log_level)
55+
logging.basicConfig(level=log_level)
5556

5657
return logger
5758

0 commit comments

Comments
 (0)