Skip to content

Commit 270ee5a

Browse files
Merge pull request #271 from microsoft/PSL-US-26408
feat: Implementation of Configurable Logging Control via Flag
2 parents 7195197 + ffdb21d commit 270ee5a

6 files changed

Lines changed: 110 additions & 72 deletions

File tree

infra/main.bicep

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -952,6 +952,18 @@ module containerAppBackend 'br/public:avm/res/app/container-app:0.19.0' = {
952952
name: 'APP_ENV'
953953
value: 'prod'
954954
}
955+
{
956+
name: 'AZURE_BASIC_LOGGING_LEVEL'
957+
value: 'INFO'
958+
}
959+
{
960+
name: 'AZURE_PACKAGE_LOGGING_LEVEL'
961+
value: 'WARNING'
962+
}
963+
{
964+
name: 'AZURE_LOGGING_PACKAGES'
965+
value: ''
966+
}
955967
],
956968
enableMonitoring
957969
? [

0 commit comments

Comments
 (0)