Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. gcloud logging read --order=asc --format=json '
  2. timestamp>="2019-06-13T12:20:00+09:00" AND timestamp<="2019-06-13T15:00:00+09:00"
  3. AND resource.type="container"
  4. AND logName="projects"
  5. AND severity>=ERROR
  6. AND sample(insertId, 0.001)
  7. '
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement