Change unhandled event to debug as it's spammy

This commit is contained in:
barelyprofessional
2025-03-22 20:23:25 +08:00
parent 94f8c8de08
commit e01c13428a

View File

@@ -209,7 +209,7 @@ public class Clashgg : IDisposable
return;
}
_logger.Info($"Message of type '{packet[0].GetString()}' from Clash.gg not handled");
_logger.Debug($"Message of type '{packet[0].GetString()}' from Clash.gg not handled");
}
catch (Exception e)
{