Skip to content

Commit 200a57b

Browse files
committed
Reword circuit breaker configuration log message
Signed-off-by: Taylor Gray <tylgry@amazon.com>
1 parent 252a0dd commit 200a57b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

data-prepper-core/src/main/java/org/opensearch/dataprepper/breaker/HeapCircuitBreaker.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ class HeapCircuitBreaker implements InnerCircuitBreaker, AutoCloseable {
6666
scheduledExecutorService
6767
.scheduleAtFixedRate(this::checkMemory, 0L, checkInterval.toMillis(), TimeUnit.MILLISECONDS);
6868

69-
LOG.info("Heap circuit breaker with usage of {} bytes.", usageBytes);
69+
LOG.info("Circuit breaker heap limit is set to {} bytes.", usageBytes);
7070
}
7171

7272
@Override

0 commit comments

Comments
 (0)