mirror of
https://github.com/bitwarden/server.git
synced 2025-02-18 02:11:22 +01:00
* 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
20 lines
397 B
JSON
20 lines
397 B
JSON
{
|
|
"Logging": {
|
|
"IncludeScopes": false,
|
|
"LogLevel": {
|
|
"Default": "Debug",
|
|
"System": "Information",
|
|
"Microsoft": "Information"
|
|
},
|
|
"Console": {
|
|
"IncludeScopes": true,
|
|
"LogLevel": {
|
|
"Default": "Warning",
|
|
"System": "Warning",
|
|
"Microsoft": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
}
|
|
}
|
|
}
|