mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-07-14 20:56:45 +00:00
Add explicit BrowserRefresh logging filter
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.
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
"Microsoft.AspNetCore.SignalR": "Warning",
|
||||
"Microsoft.AspNetCore.Http.Connections": "Warning",
|
||||
"Microsoft.AspNetCore.Watch": "Warning",
|
||||
"Microsoft.AspNetCore.Watch.BrowserRefresh": "Warning",
|
||||
"Microsoft.Hosting.Lifetime": "Information"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user