Skip to content

Commit

Permalink
Merge pull request #1641 from totvs/hotfix/duplicated_logs
Browse files Browse the repository at this point in the history
Hotfix/duplicated logs 2.0
  • Loading branch information
renanllisboa authored Jan 13, 2025
2 parents dd124d8 + 8e7ebf7 commit 5bb8d3a
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 5bb8d3a

Please sign in to comment.