We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad12fd8 commit 02cd6e5Copy full SHA for 02cd6e5
src/main/java/com/rabbitmq/stream/impl/StreamEnvironment.java
@@ -759,7 +759,7 @@ Locator locator() {
759
.map(l -> l.label() + " is set " + l.isSet())
760
.collect(Collectors.joining(", ")));
761
} catch (Exception e) {
762
- // OK
+ LOGGER.debug("Error while listing locators: {}", e.getMessage());
763
}
764
765
return this.locators.stream()
0 commit comments