Skip to content
This repository was archived by the owner on Feb 26, 2026. It is now read-only.

Commit eb5cf40

Browse files
fix: remove duplicate stream handler (#106)
1 parent 8aa7865 commit eb5cf40

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

google/cloud/logging_v2/handlers/handlers.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ def setup_logging(
139139
logger = logging.getLogger()
140140
logger.setLevel(log_level)
141141
logger.addHandler(handler)
142-
logger.addHandler(logging.StreamHandler())
143142
for logger_name in all_excluded_loggers:
144143
logger = logging.getLogger(logger_name)
145144
logger.propagate = False

0 commit comments

Comments
 (0)