Justin Erenkrantz wrote:

--On Monday, August 2, 2004 11:44 AM -0400 Bill Stoddard <[EMAIL PROTECTED]> wrote:

These are debug messages so not sure why they are a problem.

+0


The logging code is expensive to call for every request like that as many times as it does. IMHO, there's no benefit to such a verbose log. More judicious use of logging would be fine, but what's there now is inappropriate. -- justin

In mod-proxy they use a macro called 'DEBUGGING' and if-def all the really verbose log messages with that.. maybe you should apply this here?

Reply via email to