Skip to content

Commit

Permalink
chore: increase printed log entries to 50 for get-logs.sh script
Browse files Browse the repository at this point in the history
  • Loading branch information
chapati23 committed Jul 24, 2024
1 parent d5a617b commit b22eb3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions get-logs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ function_name=$(gcloud functions list --format="value(name)" | grep '^watchdog-n
raw_logs=$(gcloud functions logs read "${function_name}" \
--region europe-west1 \
--format json \
--limit 50 \
--sort-by TIME_UTC)

# Format logs
Expand Down

0 comments on commit b22eb3c

Please sign in to comment.