Files
swift-aws-lambda-runtime/Sources
Sébastien Stormacq 634c36e5d3 Lift up the trace limit on payload to make it actually useful when debugging (#625)
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.
2026-01-11 15:58:13 +01:00
..