Skip to content
This repository was archived by the owner on Jan 23, 2024. It is now read-only.

Commit 4d8c5b8

Browse files
vladlfb-daniels
authored andcommitted
Enable logpoints in Python Cloud Debugger agent for AppEngine
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=117385697
1 parent 0abb728 commit 4d8c5b8

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/googleclouddebugger/__init__.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,7 @@ def _StartDebugger():
5050
_hub_client = gcp_hub_client.GcpHubClient()
5151
_breakpoints_manager = breakpoints_manager.BreakpointsManager(_hub_client)
5252

53-
# Set up loggers for logpoints. App Engine will capture normal logging
54-
# using a special log handler that it adds to the default logger during
55-
# initialization.
53+
# Set up loggers for logpoints.
5654
capture_collector.log_info_message = logging.info
5755
capture_collector.log_warning_message = logging.warning
5856
capture_collector.log_error_message = logging.error

0 commit comments

Comments
 (0)