maxLogChars property

int? maxLogChars
final

Maximum length, in characters, of any single log message. Excess is truncated with the same … <N more chars> suffix. Set to null to keep the full string (use with care — a single multi-MB line can dominate the buffer).

Implementation

final int? maxLogChars;