Skip to content

Commit

Permalink
remove stream handler
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-sanche committed Nov 24, 2020
1 parent 85242c0 commit a60d8c3
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 a60d8c3

Please sign in to comment.