Skip to content

Commit

Permalink
remove redundant logging handlers
Browse files Browse the repository at this point in the history
  • Loading branch information
dimbleby authored and neersighted committed Jun 21, 2022
1 parent f9fba83 commit 8b64088
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/poetry/console/application.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,8 +264,6 @@ def register_command_loggers(
for name in loggers:
logger = logging.getLogger(name)

logger.handlers = [handler]

_level = level
# The builders loggers are special and we can actually
# start at the INFO level.
Expand Down

0 comments on commit 8b64088

Please sign in to comment.