On Tuesday 21 September 2010, Rich Bowen wrote:
> On Sep 21, 2010, at 3:01 PM, Stefan Fritsch wrote:
> > I considered that in the beginning but then thought that its
> > usefulness would not outweigh the added complexity. After all,
> > the result is only one grep away:
> > 
> > fgrep '[rewrite:' error_log
> > 
> > or even
> > 
> > tail -f error_log|fgrep '[rewrite:' > rewrite_log
> > 
> > Do you really think that we need this in httpd itself?
> 
> Hmm. You're probably right. This is probably something to "fix in
> documentation" rather than adding the extra complexity. :)

Another thought: If there is demand, we could instead write some piped 
logging helper utility that splits the error log into several files, 
either by module or by level. Maybe even with filtering by regexp.

Reply via email to