mirror of
https://gitee.com/san-bing/JChargePointProtocol
synced 2026-05-08 03:49:56 +08:00
日志打印
This commit is contained in:
@@ -26,7 +26,7 @@ public final class DefaultInMemoryStorage implements InMemoryStorage {
|
|||||||
public void printStats() {
|
public void printStats() {
|
||||||
storage.forEach((topic, queue) -> {
|
storage.forEach((topic, queue) -> {
|
||||||
if (!queue.isEmpty()) {
|
if (!queue.isEmpty()) {
|
||||||
log.info("[{}] Queue Size [{}]", topic, queue.size());
|
log.info("[{}] Memory Queue Size [{}]", topic, queue.size());
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user