Squirrowse/Squirrowse.Service/appsettings.Development.json

11 lines
239 B
JSON
Raw Normal View History

2019-10-31 10:23:07 +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 10:23:07 +01:00
}
}
2019-11-04 09:29:37 +01:00
}