MINOR: sink: Set the default max length for a message to BUFSIZE
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 15 Nov 2019 14:10:12 +0000 (15:10 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 15 Nov 2019 14:10:19 +0000 (15:10 +0100)
commita63a5c2c65896ed480220e43b1bae993cef9596d
tree27074d9a7e971f34cd556cafb5f7e11c6fd08bf9
parent466080da0ef9a39f751dda9fcde8be48c5ca9d41
MINOR: sink: Set the default max length for a message to BUFSIZE

It was set to MAX_SYSLOG_LEN (1K). It is a bit short to print debug
traces. Especially when part of a buffers is dump. Now, the maximum length is
set to BUFSIZE (16K).
src/sink.c