The following error sometimes shows up in trafficserver.service logs:
Oct 17 05:02:40 cp5001 traffic_manager[35357]: [Sep 27 05:20:26.610] {0x2b2d2d8ec700} NOTE: Skipping the current log entry for notpurge.pipe because its size (16320) exceeds the maximum payload space in a log buffer
Oct 17 05:02:40 cp5001 traffic_manager[35357]: [Oct 11 23:53:46.808] {0x2b2d2d8ec700} NOTE: Skipping the current log entry for notpurge.pipe because its size (11480) exceeds the maximum payload space in a log buffer
Oct 22 07:13:14 cp5001 traffic_manager[36320]: [Oct 17 14:42:35.338] {0x2ae8623be700} NOTE: Skipping the current log entry for notpurge.pipe because its size (8920) exceeds the maximum payload space in a log bufferAfter a discussion with upstream it became clear that raising the following options might help. They both default to 9216 bytes.
- proxy.config.log.log_buffer_size
- proxy.config.log.max_line_size
Note that both options are undocumented, we should write the docs to be merged upstream too.