forked from j62/ctbrec
1
0
Fork 0

Reduce log level for FC2Live websocket messages to TRACE

This commit is contained in:
0xboobface 2019-01-27 14:58:22 +01:00
parent 76c5c2e6c6
commit e815a863d6
1 changed files with 1 additions and 1 deletions

View File

@ -321,7 +321,7 @@ public class Fc2Model extends AbstractModel {
} else if(json.optString("name").equals("user_count") || json.optString("name").equals("comment")) {
// ignore
} else {
LOG.debug("WS <-- {}: {}", getName(), text);
LOG.trace("WS <-- {}: {}", getName(), text);
}
// send heartbeat every now and again