Skip to content

Commit 6a45a0a

Browse files
committed
Fixed threshold property position and adjustes Splunk LogLevel to Trace
#45
1 parent ee1d4c2 commit 6a45a0a

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

src/SampleWebAPI/appsettings.Development.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"LogLevel": {
55
"Default": "Debug",
66
"System": "Information",
7-
"Microsoft": "Information"
7+
"Microsoft": "Information",
8+
"Splunk": "Trace"
89
}
910
},
1011
"Splunk": {
@@ -19,8 +20,8 @@
1920
},
2021
"SocketConfiguration": {
2122
"HostName": "localhost",
22-
"Port": 4242,
23-
"Threshold": "Warning"
24-
}
23+
"Port": 4242
24+
},
25+
"Threshold": "Trace"
2526
}
2627
}

src/SampleWebAPI/appsettings.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
},
99
"Console": {
1010
"LogLevel": {
11-
"Default": "Warning"
11+
"Default": "Warning",
12+
"Splunk": "Trace"
1213
}
1314
},
1415
"Splunk": {
@@ -23,9 +24,9 @@
2324
},
2425
"SocketConfiguration": {
2526
"HostName": "localhost",
26-
"Port": 4242,
27-
"Threshold": "Warning"
28-
}
27+
"Port": 4242
28+
},
29+
"Threshold": "Trace"
2930
}
3031
}
3132
}

0 commit comments

Comments
 (0)