-
Notifications
You must be signed in to change notification settings - Fork 169
Closed
Description
i have noticed that when deploying my function, the Serving Function... console output shows in GCP logs:

i would expect that message if I'm running functions-framework locally, but i would not expect it inside GCP... why does this extra come up? is there a way to suppress it?
here's my deploy command, in case i am doing something irregular:
gcloud alpha functions deploy my-func --gen2 --no-allow-unauthenticated --env-vars-file .env.yaml --runtime nodejs20 --region us-central1 --trigger-http --memory 4GB --entry-point entry --source ./dist/myapp/
Metadata
Metadata
Assignees
Labels
No labels