On Wed, 20 Jan 2010, Trevor Little wrote:
> I'm adding logging to a high-traffic mod_perl website and am worried
> about the performance penalties of writing stuff to disc on every
> request.
It depends on your traffic numbers. I've found that a file appender
works quite well up to 1000 req
Hi,
I'm adding logging to a high-traffic mod_perl website and am worried
about the performance penalties of writing stuff to disc on every request.
In production, we'd probably only be logging a few lines per request. I'm
wondering what the common usage of log4perl is like in these situati