Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

az functionapp deployment: Reduce log levels for 'harmless' messages #30462

Open
janv8000 opened this issue Dec 3, 2024 · 1 comment
Open
Assignees
Labels
Auto-Assign Auto assign by bot customer-reported Issues that are reported by GitHub users external to the Azure organization. Functions az functionapp Service Attention This issue is responsible by Azure service team.

Comments

@janv8000
Copy link

janv8000 commented Dec 3, 2024

#28001 introduced (amongst others?) the following logger.warning invocations:

logger.warning("Getting scm site credentials for zip deployment")

logger.warning("Starting zip deployment. This operation can take a while to complete ...")

logger.warning("Deployment endpoint responded with status code %d for deployment id %s",

  1. They look harmless to me and like expected behavior that should warrant the info level more
  2. Our deploy tooling in use propagates these warnings when deploying causing each deploy to be manually validated
@yonzhan
Copy link
Collaborator

yonzhan commented Dec 3, 2024

Thank you for opening this issue, we will look into it.

@microsoft-github-policy-service microsoft-github-policy-service bot added customer-reported Issues that are reported by GitHub users external to the Azure organization. Auto-Assign Auto assign by bot labels Dec 3, 2024
@microsoft-github-policy-service microsoft-github-policy-service bot added Functions az functionapp Service Attention This issue is responsible by Azure service team. labels Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Auto-Assign Auto assign by bot customer-reported Issues that are reported by GitHub users external to the Azure organization. Functions az functionapp Service Attention This issue is responsible by Azure service team.
Projects
None yet
Development

No branches or pull requests

6 participants