printLimit property
Limit for printing HTTP response bodies.
When logging HTTP response bodies, if the body exceeds this limit, it will be truncated. The default print limit is 2500 characters.
Implementation
final int printLimit;
Limit for printing HTTP response bodies.
When logging HTTP response bodies, if the body exceeds this limit, it will be truncated. The default print limit is 2500 characters.
final int printLimit;