Skip to content

Commit 7b1c58c

Browse files
authored
missing comma
------- cc: @ggailey777
1 parent df2a637 commit 7b1c58c

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
@@ -194,7 +194,7 @@ Controls the logging behaviors of the function app, including Application Insigh
194194

195195
```json
196196
"logging": {
197-
"fileLoggingMode": "debugOnly"
197+
"fileLoggingMode": "debugOnly",
198198
"logLevel": {
199199
"Function.MyFunction": "Information",
200200
"default": "None"

0 commit comments

Comments
 (0)