headerLimit property
Limit for printing HTTP headers.
When logging HTTP headers, if the header content exceeds this limit, it will be truncated. The default header limit is null, meaning no truncation.
Implementation
final int headerLimit;
Limit for printing HTTP headers.
When logging HTTP headers, if the header content exceeds this limit, it will be truncated. The default header limit is null, meaning no truncation.
final int headerLimit;