diff --git a/common/src/main/java/ctbrec/recorder/OnlineMonitor.java b/common/src/main/java/ctbrec/recorder/OnlineMonitor.java index 8cfcc801..d3f10744 100644 --- a/common/src/main/java/ctbrec/recorder/OnlineMonitor.java +++ b/common/src/main/java/ctbrec/recorder/OnlineMonitor.java @@ -117,7 +117,7 @@ public class OnlineMonitor extends Thread { model.setLastSeen(Instant.now()); } Model.State state = model.getOnlineState(false); - LOG.debug("Model online state: {} {}", model.getName(), state); + LOG.trace("Model online state: {} {}", model.getName(), state); Model.State oldState = states.getOrDefault(model, UNKNOWN); states.put(model, state); if (state != oldState) {