Skip to content

Commit eb95169

Browse files
authored
Merge pull request #101857 from jslowack/patch-1
Update configure-monitoring.md: incorrect appsetting example
2 parents ff82c89 + 96daf6a commit eb95169

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)