We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee1d4c2 commit 6a45a0aCopy full SHA for 6a45a0a
2 files changed
src/SampleWebAPI/appsettings.Development.json
@@ -4,7 +4,8 @@
4
"LogLevel": {
5
"Default": "Debug",
6
"System": "Information",
7
- "Microsoft": "Information"
+ "Microsoft": "Information",
8
+ "Splunk": "Trace"
9
}
10
},
11
"Splunk": {
@@ -19,8 +20,8 @@
19
20
21
"SocketConfiguration": {
22
"HostName": "localhost",
- "Port": 4242,
23
- "Threshold": "Warning"
24
- }
+ "Port": 4242
+ },
25
+ "Threshold": "Trace"
26
27
src/SampleWebAPI/appsettings.json
@@ -8,7 +8,8 @@
"Console": {
- "Default": "Warning"
+ "Default": "Warning",
12
13
14
15
@@ -23,9 +24,9 @@
28
29
30
31
32
0 commit comments