az functionapp deployment: Reduce log levels for 'harmless' messages
- Dominant language
- Python
- Stars
- 4.6k
- Forks
- 3.5k
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 60
Description
https://github.com/Azure/azure-cli/pull/28001 introduced (amongst others?) the following `logger.warning` invocations:
https://github.com/Azure/azure-cli/blob/b46f3440137ead38dd7d7b8674cffd573b191768/src/azure-cli/azure/cli/command_modules/appservice/custom.py#L725
https://github.com/Azure/azure-cli/blob/b46f3440137ead38dd7d7b8674cffd573b191768/src/azure-cli/azure/cli/command_modules/appservice/custom.py#L749
https://github.com/Azure/azure-cli/blob/b46f3440137ead38dd7d7b8674cffd573b191768/src/azure-cli/azure/cli/command_modules/appservice/custom.py#L751
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
Contributor guide
Assessment
This issue has not been assessed yet.