Reduce log level again
This commit is contained in:
parent
daefe1a7d4
commit
a0779c118d
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue