mirror of
https://gitee.com/san-bing/JChargePointProtocol
synced 2026-05-04 18:09:54 +08:00
日志打印
This commit is contained in:
@@ -26,7 +26,7 @@ public final class DefaultInMemoryStorage implements InMemoryStorage {
|
||||
public void printStats() {
|
||||
storage.forEach((topic, queue) -> {
|
||||
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