Skip to content

Commit 14ac48a

Browse files
authored
chore(docs): remove get_default_handler call from setup docs (#421)
1 parent 3ab3861 commit 14ac48a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

samples/snippets/handler.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ def use_logging_handler():
2828
# you're running in and integrates the handler with the
2929
# Python logging module. By default this captures all logs
3030
# at INFO level and higher
31-
client.get_default_handler()
3231
client.setup_logging()
3332
# [END logging_handler_setup]
3433

0 commit comments

Comments
 (0)