mirror of
https://github.com/bitwarden/server.git
synced 2025-07-19 00:21:35 -05:00
Increasing production log level (#1477)
* increasing the log levels on all of the services to prevent logging successes * resetting the default logging and adding in constraints in logging in Production
This commit is contained in:
19
src/Icons/appsettings.Production.json
Normal file
19
src/Icons/appsettings.Production.json
Normal file
@ -0,0 +1,19 @@
|
||||
{
|
||||
"Logging": {
|
||||
"IncludeScopes": false,
|
||||
"LogLevel": {
|
||||
"Default": "Debug",
|
||||
"System": "Information",
|
||||
"Microsoft": "Information"
|
||||
},
|
||||
"Console": {
|
||||
"IncludeScopes": true,
|
||||
"LogLevel": {
|
||||
"Default": "Warning",
|
||||
"System": "Warning",
|
||||
"Microsoft": "Warning",
|
||||
"Microsoft.Hosting.Lifetime": "Information"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user