Files
RavenDB.Identity/Sample/appsettings.Development.json
T

11 lines
168 B
JSON
Raw Normal View History

{
"Logging": {
"IncludeScopes": false,
"LogLevel": {
"Default": "Debug",
"System": "Information",
"Microsoft": "Information"
}
}
}