We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdab25b commit 981737eCopy full SHA for 981737e
βlogging/cloud-client/handler.pyβ
@@ -36,7 +36,7 @@ def use_logging_handler():
36
text = 'Hello, world!'
37
38
# Emits the data using the standard logging module
39
- logging.warn(text)
+ logging.warning(text)
40
# [END logging_handler_usage]
41
42
print('Logged: {}'.format(text))
0 commit comments