Merge pull request #167 from Moonlight-Panel/RemoveUselessConsoleLogs

Removed useless console streaming logs
This commit is contained in:
Marcel Baumgartner
2023-06-13 22:41:46 +02:00
committed by GitHub

View File

@@ -89,6 +89,10 @@ public class WingsConsole : IDisposable
{
await Work();
}
catch (JsonReaderException)
{
// ignore
}
catch (Exception e)
{
Logger.Warn("Error connecting to wings console");