Skip to content

Commit d16d1a9

Browse files
authored
Fix the indentation and casing in host.json (#33)
1 parent be26102 commit d16d1a9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

examples/PSCoreApp/host.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"version": "2.0",
3-
"Logging": {
4-
"LogLevel": {
5-
"Default": "Trace"
6-
},
3+
"logging": {
4+
"logLevel": {
5+
"default": "Trace"
6+
},
77
"fileLoggingMode": "always"
88
}
99
}

0 commit comments

Comments
 (0)