Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 1225388

Browse files
committed
Circular JSON error, removing stringify
1 parent 75ead2d commit 1225388

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/kafka.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ class Kafka {
7171
}
7272
let connected = true;
7373
this.consumer.client.initialBrokers.forEach((conn) => {
74-
logger.info(`Brokers Check Failed ${JSON.stringify(conn)}`)
74+
logger.info(`Brokers Check Failed ${conn.connected}`)
7575
connected = conn.connected && connected;
7676
});
7777

0 commit comments

Comments
 (0)