Skip to content

Commit

Permalink
chore: added --project param to get-logs.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
chapati23 committed Oct 25, 2024
1 parent e82709b commit f82fe0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/get-logs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ get_function_logs() {
# Fetch raw logs
raw_logs=$(gcloud functions logs read "${function_name}" \
--region "${region}" \
--project "${project_id}" \
--format json \
--limit 50 \
--sort-by TIME_UTC)
Expand Down

0 comments on commit f82fe0e

Please sign in to comment.