mirror of
https://github.com/swift-server/swift-aws-lambda-runtime.git
synced 2026-06-02 07:27:33 +00:00
When using `trace` log level the runtime diplays 1Kb of the input payload to help debugging cases where the JSON decoding fails. Most of the type, this 1 Kb trace is not enough to understand what part of the incoming JSON fails to decode. This PR raises the limit to 6Mb to be actually useful.