It's a restriction that the Executor component of Diego implements. It's not in the Loggregator code. I'm not sure of the where or why of it.
Jim
On Thu, Apr 7, 2016 at 6:44 AM, Fabien Guichard <fabien.guichard(a)orange.com> wrote:
Hello,
while developping an extension ofr a buildpack, related to logging event from applications, we found out that STDOUT logs where being flushed with a fixed size (because we're receving troncated strings in our external aggregating system).
it seems to us that the buffer size is around 4000 caracters, which is not what we would like.
We went through doppler metron and loggregator configurations & codes, without success, to find out anything related to fixed-size logging property.
Do ou know where we should go to configure the size of the buffer being flushed please ?
Many thanks for the time you took to read our very first question on this ML.