fix: typos and nonexistent calls
This commit is contained in:
parent
5a358fadde
commit
e40a4b979f
7 changed files with 52 additions and 50 deletions
|
|
@ -53,7 +53,7 @@ def init_logger(**kwargs) -> "UnifiedLogger":
|
|||
the output directories and set up all logging backends.
|
||||
"""
|
||||
global _active_logger
|
||||
logger = UnifiedLogger(_set_as_global=False, **kwargs)
|
||||
logger = UnifiedLogger(**kwargs)
|
||||
_active_logger = logger
|
||||
return logger
|
||||
|
||||
|
|
|
|||
Reference in a new issue