forked from j62/ctbrec
Reduce log level for FC2Live websocket messages to TRACE
This commit is contained in:
parent
76c5c2e6c6
commit
e815a863d6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue