The following reply was made to PR mod_jserv/3833; it has been noted by GNATS.
From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: mod_jserv/3833: Error in logfile: "Apache JServ Module was cleaned-up (ap_child)" Date: Thu, 4 Feb 1999 17:07:59 +0000 (GMT) >You should disable INFO logging from loglevel directive in apache >httpd.conf. >IHMO this is not a bug... This doesn't work; I still get these errors (server-info shows the directive properly assigned to "error"). mod_jserv doesn't seem to check the error level against any limits before writing the error; function jserv_error calls jserv_error_var with the error and neither check the level against any limit before writing to file. So, mod_jserv should either: a) respect LogLevel from apache or b) have its own loglevel directive (similar to mod_rewrite).