printLimit property

int printLimit
final

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;