#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", |
- They look harmless to me and like expected behavior that should warrant the
info level more
- Our deploy tooling in use propagates these warnings when deploying causing each deploy to be manually validated
#28001 introduced (amongst others?) the following
logger.warninginvocations:azure-cli/src/azure-cli/azure/cli/command_modules/appservice/custom.py
Line 725 in b46f344
azure-cli/src/azure-cli/azure/cli/command_modules/appservice/custom.py
Line 749 in b46f344
azure-cli/src/azure-cli/azure/cli/command_modules/appservice/custom.py
Line 751 in b46f344
infolevel more