Skip to content

Commit 5bf4690

Browse files
authored
Merge pull request #51703 from dracan/patch-1
Add missing comma to json snippet
2 parents 58e45a4 + 4531160 commit 5bf4690

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-host-json.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ Controls the logging behaviors of the function app, including Application Insigh
281281

282282
```json
283283
"logging": {
284-
"fileLoggingMode": "debugOnly"
284+
"fileLoggingMode": "debugOnly",
285285
"logLevel": {
286286
"Function.MyFunction": "Information",
287287
"default": "None"

0 commit comments

Comments
 (0)