mirror of
https://github.com/bitwarden/server.git
synced 2024-11-29 13:25:17 +01:00
20 lines
391 B
JSON
20 lines
391 B
JSON
{
|
|
"Logging": {
|
|
"IncludeScopes": false,
|
|
"LogLevel": {
|
|
"Default": "Debug",
|
|
"System": "Information",
|
|
"Microsoft": "Information"
|
|
},
|
|
"Console": {
|
|
"IncludeScopes": true,
|
|
"LogLevel": {
|
|
"Default": "Debug",
|
|
"System": "Debug",
|
|
"Microsoft": "Debug",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
}
|
|
}
|
|
}
|