Skip to content

Commit f8f4b80

Browse files
committed
Merge branch 'master' into develop
2 parents 513c804 + e48fe1e commit f8f4b80

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

API/appsettings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"Microsoft.Hosting.Lifetime": "Information",
2121
"Microsoft.AspNetCore.Hosting.Diagnostics": "Warning",
2222
"Serilog.AspNetCore.RequestLoggingMiddleware": "Information",
23+
"OpenShock.Common.Authentication.AuthenticationHandlers": "Warning",
2324
"OpenShock": "Information"
2425
}
2526
},

Cron/appsettings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
"Default": "Warning",
1919
"Override": {
2020
"OpenShock": "Information",
21-
"Hangfire": "Information"
21+
"Hangfire": "Information",
22+
"OpenShock.Common.Authentication.AuthenticationHandlers": "Warning"
2223
}
2324
},
2425
"WriteTo": [

LiveControlGateway/appsettings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"Microsoft.Hosting.Lifetime": "Information",
2121
"Microsoft.AspNetCore.Hosting.Diagnostics": "Warning",
2222
"Serilog.AspNetCore.RequestLoggingMiddleware": "Information",
23+
"OpenShock.Common.Authentication.AuthenticationHandlers": "Warning",
2324
"OpenShock": "Information"
2425
}
2526
},

0 commit comments

Comments
 (0)