Update src/utils/custom_logger.py
Some checks failed
Python Test / python-test (push) Failing after 12s
Some checks failed
Python Test / python-test (push) Failing after 12s
This commit is contained in:
parent
b9ef4422fb
commit
460f097d1e
@ -19,7 +19,7 @@ class CoogelCustomLogger():
|
||||
handler.setFormatter(formatter)
|
||||
self.logger.addHandler(handler)
|
||||
|
||||
# 親ロガー(root)への伝播を止める → 二重出力防止
|
||||
# 親ロガー(root)への伝播を止める → 二重出力防止
|
||||
self.logger.propagate = False
|
||||
|
||||
def _log(self, message,level="INFO",**fields):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user