On Sat, Sep 06, 2003 at 04:57:25PM -0400, Cliff Woolley wrote: > On Sat, 6 Sep 2003, Astrid Ke�ler wrote: > > > +1 for ScriptLog and RewriteLog(Level), although I'm not sure this is > > easy to implement. As I know, all log files are opend at server start. > > Allow directory based logging would mean to open and close log files per > > request. > > Yes, it would. But for a debug log it's a price I'm willing to accept.
If it's only for debugging, can't CGI writers just add a line to their code to rebind stderr to a file?
