Skip to content

Commit

Permalink
Merge pull request #1643 from totvs/hotfix/duplicated_logs_develop
Browse files Browse the repository at this point in the history
Hotfix/duplicated logs
  • Loading branch information
renanllisboa authored Jan 13, 2025
2 parents 8405de8 + a4dc9ce commit ea7a7cd
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 ea7a7cd

Please sign in to comment.