mirror of
https://gitee.com/mirrors/Spring-Cloud-Alibaba.git
synced 2021-06-26 13:25:11 +08:00
update orderly message log level to info
This commit is contained in:
parent
5bbbad0054
commit
2c35e13f5e
@ -408,7 +408,7 @@ public class RocketMQListenerBindingContainer
|
|||||||
long now = System.currentTimeMillis();
|
long now = System.currentTimeMillis();
|
||||||
rocketMQListener.onMessage(convertToSpringMessage(messageExt));
|
rocketMQListener.onMessage(convertToSpringMessage(messageExt));
|
||||||
long costTime = System.currentTimeMillis() - now;
|
long costTime = System.currentTimeMillis() - now;
|
||||||
log.debug("consume {} message key:[{}] cost: {} ms",
|
log.info("consume {} message key:[{}] cost: {} ms",
|
||||||
messageExt.getMsgId(), messageExt.getKeys(), costTime);
|
messageExt.getMsgId(), messageExt.getKeys(), costTime);
|
||||||
}
|
}
|
||||||
catch (Exception e) {
|
catch (Exception e) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user