We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c3b245 commit 0fbd844Copy full SHA for 0fbd844
Sources/AWSLambdaRuntimeCore/LambdaRunner.swift
@@ -64,7 +64,7 @@ internal final class LambdaRunner {
64
// 1. request invocation from lambda runtime engine
65
self.isGettingNextInvocation = true
66
return self.runtimeClient.getNextInvocation(logger: logger).peekError { error in
67
- logger.error("could not fetch work from lambda runtime engine: \(error)")
+ logger.debug("could not fetch work from lambda runtime engine: \(error)")
68
}.flatMap { invocation, bytes in
69
// 2. send invocation to handler
70
self.isGettingNextInvocation = false
0 commit comments