Commit 8b640886 by David Hotham Committed by Bjorn Neergaard

remove redundant logging handlers

parent f9fba83b
...@@ -264,8 +264,6 @@ class Application(BaseApplication): # type: ignore[misc] ...@@ -264,8 +264,6 @@ class Application(BaseApplication): # type: ignore[misc]
for name in loggers: for name in loggers:
logger = logging.getLogger(name) logger = logging.getLogger(name)
logger.handlers = [handler]
_level = level _level = level
# The builders loggers are special and we can actually # The builders loggers are special and we can actually
# start at the INFO level. # start at the INFO level.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment