Re: Throttling App Logging
Rohit Kumar
It isn't possible to throttle logging output on a per application basis. It
is possible to configure the message_drain_buffer_size [1] to be lower than the default value of 100, which will reduce the number of logs which loggregator will buffer. If the producer is filling up logs too quickly, loggregator will drop the messages present in its buffer. This configuration will affect ALL the applications running on your Cloud Foundry environment. You could play with that property and see if it helps. Rohit [1]: https://github.com/cloudfoundry/loggregator/blob/develop/bosh/jobs/doppler/spec#L60-L62 On Mon, Sep 21, 2015 at 2:57 AM, Daniel Jones < daniel.jones(a)engineerbetter.com> wrote:
|
|