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 22 "Logging" : {
33 "IncludeScopes" : false ,
44 "LogLevel" : {
5- "Default" : " Debug " ,
6- "System" : " Information " ,
7- "Microsoft" : " Information " ,
5+ "Default" : " Trace " ,
6+ "System" : " Debug " ,
7+ "Microsoft" : " Debug " ,
88 "Splunk" : " Trace"
99 }
1010 },
1111 "Splunk" : {
1212 "HecConfiguration" : {
13- "BatchIntervalInMiliseconds " : 5000 ,
13+ "BatchIntervalInMilliseconds " : 5000 ,
1414 "BatchSizeCount" : 10 ,
1515 "ChannelIdType" : " None" ,
1616 "DefaultTimeoutInMiliseconds" : 10000 ,
2121 "SocketConfiguration" : {
2222 "HostName" : " localhost" ,
2323 "Port" : 4242
24- },
25- "Threshold" : " Trace"
24+ }
2625 }
2726}
Original file line number Diff line number Diff line change 11{
22 "Logging" : {
33 "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+ },
1511 "Splunk" : {
1612 "HecConfiguration" : {
17- "BatchIntervalInMiliseconds " : 5000 ,
13+ "BatchIntervalInMilliseconds " : 5000 ,
1814 "BatchSizeCount" : 10 ,
1915 "ChannelIdType" : " None" ,
2016 "DefaultTimeoutInMiliseconds" : 10000 ,
2521 "SocketConfiguration" : {
2622 "HostName" : " localhost" ,
2723 "Port" : 4242
28- },
29- "Threshold" : " Trace"
24+ }
3025 }
3126 }
3227}
You can’t perform that action at this time.
0 commit comments