AspNetCore.Docs.Samples/signalr/hubs/samples/6.x/SignalRHubsSample/appsettings.Development.json

10 lines
145 B
JSON
Raw Normal View History

2022-04-01 17:52:06 +08:00
{
"DetailedErrors": true,
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
}
}