Skip to content

Commit b126b0a

Browse files
committed
[#167][FIX] set default level to DEBUG instead of warning
1 parent 4d260b8 commit b126b0a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

iris_interface/IrisModuleInterface.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ def __init__(self):
102102

103103
rand = ''.join(choice(string.ascii_lowercase) for _ in range(8))
104104
self.log = logging.getLogger(f"{__name__}_{rand}")
105+
self.log.setLevel(logging.DEBUG)
105106
self.message_queue = []
106107
self.set_log_handler()
107108

0 commit comments

Comments
 (0)