You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by dg...@apache.org on 1998/07/07 05:50:46 UTC

Re: mod_log-any/2522: logs over filled with the same msg

[In order for any reply to be added to the PR database, ]
[you need to include <ap...@Apache.Org> in the Cc line ]
[and leave the subject line UNCHANGED.  This is not done]
[automatically because of the potential for mail loops. ]


Synopsis: logs over filled with the same msg

State-Changed-From-To: open-closed
State-Changed-By: dgaudet
State-Changed-When: Mon Jul  6 20:50:45 PDT 1998
State-Changed-Why:
Upgrade to 1.2.6, this is one of the things that was dealt with.
>From src/CHANGES:

  *) Increase the robustness of the child_main loop.  When unexpected
     select() or accept() errors occur we exit() the child.  This deals
     with many reported problems where apache would fill the error_log
     with messages.  [Dean Gaudet] PR#1747, 1107, 588, 1787, 987, 588


But there's no comparisons to reduce log messages -- given that
any number of children can be logging, there's not a heck of a lot
we can do.  If you want that, use piped logs and filter there.

Dean