File tree Expand file tree Collapse file tree 2 files changed +14
-20
lines changed Expand file tree Collapse file tree 2 files changed +14
-20
lines changed Original file line number Diff line number Diff line change 2
2
"Logging" : {
3
3
"IncludeScopes" : false ,
4
4
"LogLevel" : {
5
- "Default" : " Debug " ,
6
- "System" : " Information " ,
7
- "Microsoft" : " Information " ,
5
+ "Default" : " Trace " ,
6
+ "System" : " Debug " ,
7
+ "Microsoft" : " Debug " ,
8
8
"Splunk" : " Trace"
9
9
}
10
10
},
11
11
"Splunk" : {
12
12
"HecConfiguration" : {
13
- "BatchIntervalInMiliseconds " : 5000 ,
13
+ "BatchIntervalInMilliseconds " : 5000 ,
14
14
"BatchSizeCount" : 10 ,
15
15
"ChannelIdType" : " None" ,
16
16
"DefaultTimeoutInMiliseconds" : 10000 ,
21
21
"SocketConfiguration" : {
22
22
"HostName" : " localhost" ,
23
23
"Port" : 4242
24
- },
25
- "Threshold" : " Trace"
24
+ }
26
25
}
27
26
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"Logging" : {
3
3
"IncludeScopes" : false ,
4
- "Debug" : {
5
- "LogLevel" : {
6
- "Default" : " Warning"
7
- }
8
- },
9
- "Console" : {
10
- "LogLevel" : {
11
- "Default" : " Warning" ,
12
- "Splunk" : " Trace"
13
- }
14
- },
4
+ "LogLevel" : {
5
+ "Default" : " Information" ,
6
+ "System" : " Warning" ,
7
+ "Microsoft" : " Warning" ,
8
+ "Splunk" : " Trace"
9
+ }
10
+ },
15
11
"Splunk" : {
16
12
"HecConfiguration" : {
17
- "BatchIntervalInMiliseconds " : 5000 ,
13
+ "BatchIntervalInMilliseconds " : 5000 ,
18
14
"BatchSizeCount" : 10 ,
19
15
"ChannelIdType" : " None" ,
20
16
"DefaultTimeoutInMiliseconds" : 10000 ,
25
21
"SocketConfiguration" : {
26
22
"HostName" : " localhost" ,
27
23
"Port" : 4242
28
- },
29
- "Threshold" : " Trace"
24
+ }
30
25
}
31
26
}
32
27
}
You can’t perform that action at this time.
0 commit comments