Skip to content

Commit

Permalink
fix: sanding
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Peterson <[email protected]>
  • Loading branch information
mattp-swirldslabs committed Nov 22, 2024
1 parent 50422fc commit 5961b4e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion server/docker/logging.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
.level=INFO

# Helidon loggers
io.helidon.webserver.level=FINE
io.helidon.webserver.level=INFO
io.helidon.config.level=SEVERE
io.helidon.security.level=INFO
io.helidon.common.level=INFO
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,6 @@ public void publish(@NonNull final List<BlockItemUnparsed> blockItems) {

// Increment the block item counter by all block items published
metricsService.get(LiveBlockItems).add(blockItems.size());

// LOGGER.log(DEBUG, "Subscriber count: " + subscriberCount());
// metricsService.get(Consumers).set(subscriberCount());

} else {
LOGGER.log(ERROR, "StreamMediator is not accepting BlockItems");
}
Expand Down

0 comments on commit 5961b4e

Please sign in to comment.