Skip to content

Commit ffdb21d

Browse files
updated custom bicep
1 parent c5055c5 commit ffdb21d

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

infra/main_custom.bicep

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -982,6 +982,18 @@ module containerAppBackend 'br/public:avm/res/app/container-app:0.19.0' = {
982982
name: 'APP_ENV'
983983
value: 'prod'
984984
}
985+
{
986+
name: 'AZURE_BASIC_LOGGING_LEVEL'
987+
value: 'INFO'
988+
}
989+
{
990+
name: 'AZURE_PACKAGE_LOGGING_LEVEL'
991+
value: 'WARNING'
992+
}
993+
{
994+
name: 'AZURE_LOGGING_PACKAGES'
995+
value: ''
996+
}
985997
],
986998
enableMonitoring
987999
? [

0 commit comments

Comments
 (0)