headerLimit property

int headerLimit
final

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;