1
0
mirror of https://github.com/bitwarden/server synced 2026-01-31 00:33:17 +00:00
Files
server/src/EventsProcessor/appsettings.QA.json
2021-10-08 09:53:56 -07:00

20 lines
394 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"
}
}
}
}