79579542

Date: 2025-04-17 15:03:11
Score: 1.5
Natty:
Report link

You can also delete all logs in a single command with

gcloud logging logs list \
   --format="value(NAME)" \
 | xargs -n1 -I{} gcloud logging logs delete {} --quiet
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Jack Kirby