From: Trevor L. <tl...@we...> - 2010-01-20 18:07:33
|
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 situations. I've seen suggestions for piping messages to a message bus with something like Log::Log4perl::Appender::Spread, but I'd love to hear what the experiences of people on this list have been when deploying log4perl on high traffic sites. What's worked, what hasn't? Is anyone logging directly to a database? Thanks in advance for your insight, Trevor |