Re: REST API endpoint for accessing application logs


Johannes Tuchscherer
 

No, that is 100 as in 100 log lines. Given that a log line is transported
as a UDP package and the UDP max package size is 64k, with a buffer of 100
log lines you require 6.3MB of memory per app on your Doppler server.

On Wednesday, October 21, 2015, Ponraj E <ponraj.e(a)gmail.com> wrote:

Hi,

Short update reg the question #2 above: I came to know from here
http://docs.cloudfoundry.org/loggregator/ops.html that the number/size of
log messages drained to the doppler can be controlled by a bosh deployment
manifest configuration : doppler.message_drain_buffer_size

It is specified that the doppler.message_drain_buffer_size default value
is 100.

Is it 100MB?

Join {cf-dev@lists.cloudfoundry.org to automatically receive all group messages.