Usually prefer to have these as info so I can see whether the connection is still alive at a glance

This commit is contained in:
barelyprofessional
2024-07-18 01:43:35 +10:00
parent d61a171e54
commit 76b4a750a7

View File

@@ -133,7 +133,7 @@ public class Howlgg
var packetType = message.Text.Split('/')[0];
if (packetType == "3")
{
_logger.Debug("Received pong from Howl.gg");
_logger.Info("Received pong from Howl.gg");
return;
}