mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-07-09 10:17:49 +00:00
Added 'Microsoft.AspNetCore.Watch.BrowserRefresh' to Warning level to suppress the 'Middleware loaded' and 'Script injected' debug messages that appear when running with dotnet watch or Ctrl+F5 from Visual Studio.
14 lines
386 B
JSON
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"
|
|
}
|
|
}
|
|
}
|