Skip to content

Commit 2de4363

Browse files
Implementation of Configurable Logging Control via Flag
1 parent 50ce231 commit 2de4363

5 files changed

Lines changed: 91 additions & 69 deletions

File tree

infra/main.bicep

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -679,6 +679,14 @@ module containerAppBackend 'br/public:avm/res/app/container-app:0.17.0' = {
679679
name: 'APP_ENV'
680680
value: 'prod'
681681
}
682+
{
683+
name: 'AZURE_BASIC_LOGGING_LEVEL'
684+
value: 'INFO'
685+
}
686+
{
687+
name: 'AZURE_PACKAGE_LOGGING_LEVEL'
688+
value: 'WARNING'
689+
}
682690
],
683691
enableMonitoring
684692
? [

0 commit comments

Comments
 (0)