On Tuesday 21 September 2010, Graham Leggett wrote: > On 21 Sep 2010, at 4:26 PM, Rich Bowen wrote: > > So, I expect it's my own fault for not paying attention to this > > list as closely as I once did, but ... > > > > Losing the ability to have a separate mod_rewrite log file will > > make troubleshooting rewrite stuff so very much more difficult. > > Is there anything planned for the ErrorLog directive that would > > let me do something like: > > > > ErrorLog rewrite:/file/path > > > > so that different modules could have their own log files, in > > addition to their own LogLevel settings? > > +1. > > While the separate logfile for rewrite was very evil, it was very > useful to see logging from rewrite in one place.
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?
