diff --git a/gitsync/README.md b/gitsync/README.md index 3c1d6a0b01..9504afe1ff 100644 --- a/gitsync/README.md +++ b/gitsync/README.md @@ -33,11 +33,4 @@ permissions: # Getting logs from the container -Print the logs of the last minute in an easily readable format: - -``` -$ gcloud logging read --project bazel-public --freshness 1m \ - --format 'value(receiveTimestamp,jsonPayload.data)' \ - 'logName="projects/bazel-public/logs/gcplogs-docker-driver" AND - jsonPayload.instance.name="gitsync"' | tail -r -``` +You can view the Docker logs by navigating to the VM in GCE and then by either clicking on "Stackdriver logging" or ssh-ing into the machine and running `docker logs`.