Skip to content

Commit 96daf6a

Browse files
authored
Update configure-monitoring.md
The json property is "Host.Aggregator" and should not be translated to a path using double underscore.
1 parent 4520af5 commit 96daf6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/configure-monitoring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ To configure these values at App settings level (and avoid redeployment on just
416416
| Host.json path | App setting |
417417
|----------------|-------------|
418418
| logging.logLevel.default | AzureFunctionsJobHost__logging__logLevel__default |
419-
| logging.logLevel.Host.Aggregator | AzureFunctionsJobHost__logging__logLevel__Host__Aggregator |
419+
| logging.logLevel.Host.Aggregator | AzureFunctionsJobHost__logging__logLevel__Host.Aggregator |
420420
| logging.logLevel.Function | AzureFunctionsJobHost__logging__logLevel__Function |
421421
| logging.logLevel.Function.Function1 | AzureFunctionsJobHost__logging__logLevel__Function.Function1 |
422422
| logging.logLevel.Function.Function1.User | AzureFunctionsJobHost__logging__logLevel__Function.Function1.User |

0 commit comments

Comments
 (0)