Skip to content

Commit 0820160

Browse files
feat: Implementation of Configurable Logging Control via Flag (#756)
* Implementation of Configurable Logging Control via Flag * bicep updated * updated bicep * updated custom bicep
1 parent 2b91977 commit 0820160

File tree

6 files changed

+94
-67
lines changed

6 files changed

+94
-67
lines changed

infra/main.bicep

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1122,6 +1122,9 @@ module webSite 'modules/web-sites.bicep' = {
11221122
AZURE_SEARCH_STRICTNESS: azureSearchStrictness
11231123
AZURE_OPENAI_EMBEDDING_NAME: embeddingModel
11241124
AZURE_OPENAI_EMBEDDING_ENDPOINT : aiFoundryAiServices.outputs.endpoint
1125+
AZURE_BASIC_LOGGING_LEVEL: 'INFO'
1126+
AZURE_PACKAGE_LOGGING_LEVEL: 'WARNING'
1127+
AZURE_LOGGING_PACKAGES: ''
11251128
SQLDB_SERVER: sqlServerFqdn
11261129
SQLDB_DATABASE: sqlDbName
11271130
USE_INTERNAL_STREAM: useInternalStream

0 commit comments

Comments
 (0)