We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f5b4e4 commit 53d0722Copy full SHA for 53d0722
infra/main_custom.bicep
@@ -1106,6 +1106,10 @@ module webSite 'modules/web-sites.bicep' = {
1106
UWSGI_THREADS:'2'
1107
APP_ENV: 'prod'
1108
AZURE_CLIENT_ID: userAssignedIdentity.outputs.clientId
1109
+
1110
+ // Logging Configuration
1111
+ AZURE_BASIC_LOGGING_LEVEL: 'INFO'
1112
+ AZURE_PACKAGE_LOGGING_LEVEL: 'WARNING'
1113
}
1114
// WAF aligned configuration for Monitoring
1115
applicationInsightResourceId: enableMonitoring ? applicationInsights!.outputs.resourceId : null
0 commit comments