Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix: remove duplicate stream handler (#106)
  • Loading branch information
daniel-sanche committed Dec 2, 2020
1 parent 8aa7865 commit eb5cf40
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion google/cloud/logging_v2/handlers/handlers.py
Expand Up @@ -139,7 +139,6 @@ def setup_logging(
logger = logging.getLogger()
logger.setLevel(log_level)
logger.addHandler(handler)
logger.addHandler(logging.StreamHandler())
for logger_name in all_excluded_loggers:
logger = logging.getLogger(logger_name)
logger.propagate = False
Expand Down

0 comments on commit eb5cf40

Please sign in to comment.