DStatIO / StatusSocket

BSD 2-Clause "Simplified" License
3 stars 6 forks source link

Connection failure message logs very frequently when hit #5

Open Nightfirecat opened 2 years ago

Nightfirecat commented 2 years ago

This line: https://github.com/DStatIO/StatusSocket/blob/8b8a384bfe978e83812ba75cec58475f9cf124fd/src/main/java/com/statussocket/StatusSocketClient.java#L72

When the conditions for this are reached (I assume if improperly configured), it logs very frequently--like once per second--to a user's logs, which gets very spammy. Please reduce this logging frequency.