Skip to content

Commit

Permalink
Hotfix/duplicated logs
Browse files Browse the repository at this point in the history
  • Loading branch information
98llm committed Jan 13, 2025
1 parent 0cecb67 commit a4dc9ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tir/technologies/core/logging_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ def configure_logger():

dictConfig(logging_config)
_logger = logging.getLogger(logger_profile)
_logger.propagate = False

def logger():
global _logger
Expand Down

0 comments on commit a4dc9ce

Please sign in to comment.