> -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 17, 2002 12:15 PM > To: [EMAIL PROTECTED] > Subject: cvs commit: httpd-2.0/include http_log.h http_main.h > > wrowe 02/01/17 12:15:12 > > Modified: server main.c log.c > include http_log.h http_main.h > Log: > Allow the user to get detailed debugging information without a full > recompile [absolutely necessary on Win32 and other platforms that > really don't support administrator-compilation.] > > -e level follows the LogLevel options. > > The only question, should -e override the compiled-in default for > the creation of the server_rec? No strong feeling either way, here.
Huh? Why is this necessary? This is exactly the same as -C"LogLevel debug", isn't it? Also, how is this different from just putting the information in the config file? The best that I can see is this is changing the log level for when the server is starting up, which seems like a dubious reason for a new argument. What new information are we getting out of this? Ryan
