Skip to content

Commit 9746bd5

Browse files
committed
remove unnecessary warnings
1 parent a216fca commit 9746bd5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sdk/src/main/java/software/amazon/lambda/durable/operation/BaseDurableOperation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ protected Operation waitForOperationCompletion() {
204204
// strictly before the execution thread (Step or child context) is deregistered.
205205
// chain them together
206206
future = completionFuture.thenRun(() -> {
207-
logger.warn(
207+
logger.trace(
208208
"registering thread {} when operation {} ({}) completed ({})",
209209
threadContext.threadId(),
210210
getOperation(),

0 commit comments

Comments
 (0)