Squirrowse/Squirrowse.Client/appsettings.Development.json

11 lines
239 B
JSON
Raw Permalink Normal View History

2019-10-31 13:08:42 +01:00
{
"Logging": {
"LogLevel": {
"Default": "Debug",
"System": "Information",
2019-11-07 14:26:46 +01:00
"Microsoft": "Information",
"Microsoft.AspNetCore.SignalR": "Debug",
"Microsoft.AspNetCore.Http.Connections": "Debug"
2019-10-31 13:08:42 +01:00
}
}
2019-11-04 09:29:37 +01:00
}