Skip to content

Commit

Permalink
logging: fix doc for where to find logs
Browse files Browse the repository at this point in the history
Fixes #900.

Change-Id: Ibb3d14a79c37e50dfb8564cee18989809b463c93
Reviewed-on: https://code-review.googlesource.com/23590
Reviewed-by: kokoro <noreply+kokoro@google.com>
Reviewed-by: Jeff Mendoza <jeffmendoza@google.com>
Reviewed-by: Jean de Klerk <deklerk@google.com>
  • Loading branch information
jba committed Feb 15, 2018
1 parent 3727c20 commit af36d1f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions logging/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,10 @@ An Entry may have one of a number of severity levels associated with it.
Viewing Logs
You can view Stackdriver logs for projects at
https://console.cloud.google.com/logs/viewer. From the dropdown at the top left,
select "Google Project" and then the project ID. Logs for organizations, folders and
billing accounts can be viewed on the command line with the "gcloud logging read"
command.
https://console.cloud.google.com/logs/viewer. Use the dropdown at the top left. When
running from a Google Cloud Platform VM, select "GCE VM Instance". Otherwise, select
"Google Project" and then the project ID. Logs for organizations, folders and billing
accounts can be viewed on the command line with the "gcloud logging read" command.
*/
Expand Down

0 comments on commit af36d1f

Please sign in to comment.