@Override
public void handleCommand(String channel, Command command) {
- logger.debug("Received channel: {}, command: {}", channel, command);
+ logger.trace("Received channel: {}, command: {}", channel, command);
if (!started) {
return;
supported = new ArrayList<>(supported);
supported.addAll(extraSupportedCommandsWebSocket);
}
- logger.debug("getSupportedChannelNames: {}", supported);
+ logger.trace("getSupportedChannelNames: {}", supported);
return supported;
}
@Override
public void handleCommand(String channel, Command command) {
- logger.debug("Received channel: {}, command: {}", channel, command);
+ logger.trace("Received channel: {}, command: {}", channel, command);
if (command == RefreshType.REFRESH) {
return;
}