Files
Electron.NET/src/ElectronNET.Samples.AuthMiddleware/appsettings.Development.json
2026-03-18 19:49:48 +01:00

14 lines
386 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning",
"Microsoft.AspNetCore.SignalR": "Warning",
"Microsoft.AspNetCore.Http.Connections": "Warning",
"Microsoft.AspNetCore.Watch": "Warning",
"Microsoft.AspNetCore.Watch.BrowserRefresh": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
}
}