Azure / Azure/azure-cli

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

Open
#30,462 1 comment 0 reactions 4 assignees Claimed by @kamperiadis View on GitHub
act-observability-squad Auto-Assign customer-reported Functions Service Attention
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.