File tree Expand file tree Collapse file tree 2 files changed +19
-16
lines changed Expand file tree Collapse file tree 2 files changed +19
-16
lines changed Original file line number Diff line number Diff line change @@ -7,14 +7,16 @@ Serilog:
7
7
MinimumLevel :
8
8
Default : Information
9
9
Override :
10
- Microsoft : Warning
11
- System : Warning
12
- Foundatio.Utility.ScheduledTimer : Warning
10
+ Exceptionless.Job.Program : Information
13
11
Foundatio.Metrics : Warning
12
+ Foundatio.Utility.ScheduledTimer : Warning
13
+ Microsoft : Warning
14
14
Microsoft.AspNetCore.Hosting.Diagnostics : Warning
15
- Exceptionless.Web.Security.ApiKeyAuthenticationHandler : Warning
16
- Exceptionless : Information
17
- Foundatio : Information
15
+ Microsoft.Hosting.Lifetime : Information
16
+ OpenTelemetry : Information
17
+ StackExchange.Redis : Warning
18
+ StartupActions : Information
19
+ System : Warning
18
20
WriteTo :
19
21
- Name : Console
20
22
Args :
Original file line number Diff line number Diff line change @@ -5,19 +5,20 @@ Serilog:
5
5
MinimumLevel :
6
6
Default : Information
7
7
Override :
8
- Exceptionless.Web.Program : Information
9
- Exceptionless.Job.Program : Information
10
- StartupActions : Information
11
- Microsoft : Warning
12
- System : Warning
13
- Foundatio.Utility.ScheduledTimer : Warning
14
- Foundatio.Metrics : Warning
15
- Microsoft.Hosting.Lifetime : Information
16
- Microsoft.AspNetCore.Hosting.Diagnostics : Warning
17
- Exceptionless.Web.Security.ApiKeyAuthenticationHandler : Warning
18
8
# Exceptionless.Core.Repositories.EventRepository: Verbose
19
9
# Exceptionless.Core.Repositories.StackRepository: Verbose
20
10
# Exceptionless.Core.Repositories: Verbose
11
+ Exceptionless.Web.Program : Information
12
+ Exceptionless.Web.Security.ApiKeyAuthenticationHandler : Warning
13
+ Foundatio.Metrics : Warning
14
+ Foundatio.Utility.ScheduledTimer : Warning
15
+ Microsoft : Warning
16
+ Microsoft.AspNetCore.Hosting.Diagnostics : Warning
17
+ Microsoft.Hosting.Lifetime : Information
18
+ OpenTelemetry : Information
19
+ StackExchange.Redis : Warning
20
+ StartupActions : Information
21
+ System : Warning
21
22
WriteTo :
22
23
- Name : Console
23
24
Args :
You can’t perform that action at this time.
0 commit comments