mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-13 00:18:35 +00:00
gcloud: Wed Feb 15 10:13:15 UTC 2023
This commit is contained in:
parent
02b395b082
commit
78fb6d9419
375 changed files with 5899 additions and 1603 deletions
|
|
@ -7,7 +7,13 @@ SYNOPSIS
|
|||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) Logpoints allow you to inject logging into running services without
|
||||
(BETA) (DEPRECATED) Commands for interacting with Cloud Debugger logpoints.
|
||||
|
||||
Cloud Debugger is deprecated and will be shutdown May 31, 2023.
|
||||
|
||||
See: https://cloud.google.com/debugger/docs/deprecations
|
||||
|
||||
Logpoints allow you to inject logging into running services without
|
||||
restarting or interfering with the normal function of the service. Log
|
||||
output will be sent to the appropriate log for the target's environment. On
|
||||
App Engine, for example, output will go to the request log.
|
||||
|
|
@ -71,15 +77,16 @@ COMMANDS
|
|||
COMMAND is one of the following:
|
||||
|
||||
create
|
||||
(BETA) Add debug logpoints to a Cloud Debugger debug target (debuggee).
|
||||
(BETA) (DEPRECATED) Add debug logpoints to a Cloud Debugger debug
|
||||
target (debuggee).
|
||||
|
||||
delete
|
||||
(BETA) Delete debug logpoints for a Cloud Debugger debug target
|
||||
(debuggee).
|
||||
(BETA) (DEPRECATED) Delete debug logpoints for a Cloud Debugger debug
|
||||
target (debuggee).
|
||||
|
||||
list
|
||||
(BETA) List the debug logpoints for a Cloud Debugger debug target
|
||||
(debuggee).
|
||||
(BETA) (DEPRECATED) List the debug logpoints for a Cloud Debugger debug
|
||||
target (debuggee).
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. This
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue