Skip to content

Commit

Permalink
Add additional logs
Browse files Browse the repository at this point in the history
  • Loading branch information
trueangle committed Aug 25, 2024
1 parent 34a37d2 commit 573169d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ object LambdaRuntime {
level = kLogger.getLevel()
logger = kLogger

filter { it.headers.contains("Lambda-Runtime-Function-Response-Mode") }
filter { !it.headers.contains("Lambda-Runtime-Function-Response-Mode", "streaming") }
}
}

Expand Down

0 comments on commit 573169d

Please sign in to comment.