Commit 399b1dfa8fc777faeb1b3be578c17f3395aaf90f

Authored by YevhenBondarenko
Committed by Andrew Shvayka
1 parent 4c6cf6ec

log improvements

... ... @@ -563,7 +563,7 @@ class DeviceActorMessageProcessor extends AbstractContextAwareMsgProcessor {
563 563 if (md != null) {
564 564 systemContext.getTbRpcService().save(tenantId, new RpcId(rpcId), status, null);
565 565 } else {
566   - log.debug("[{}] Rpc has already removed from pending map.", rpcId);
  566 + log.info("[{}][{}] Rpc has already removed from pending map.", deviceId, rpcId);
567 567 }
568 568 }
569 569
... ...