On 2006.08.11, John Buckman <[EMAIL PROTECTED]> wrote:
> I'm regularly getting "ADP flush failed" errors on my aolserver console.
>
> I assume these appear because the html browser disconnected before
> the adp page was able to complete.
>
> This error doesn't seem like anything so important that it should be
> displayed on the console screen. Is there a way to disable it?
NsAdpLogError() eventually calls Ns_TclLogError() which logs at the
"error" level ... the "adp flush failed" errors should probably be
downgraded to "debug" level errors, you're right.
For now, if you're in production and your logs are too noisy, you could
just comment out the NsAdpLogError() call in nsd/adprequest.c on line
264:
262 if (result != TCL_OK && (flags & ADP_AUTOABORT)) {
263 Tcl_AddErrorInfo(interp, "\n abort exception raised");
264 NsAdpLogError(itPtr);
265 itPtr->adp.exception = ADP_ABORT;
266 }
-- Dossy
--
Dossy Shiobara | [EMAIL PROTECTED] | http://dossy.org/
Panoptic Computer Network | http://panoptic.com/
"He realized the fastest way to change is to laugh at your own
folly -- then you can let go and quickly move on." (p. 70)
--
AOLserver - http://www.aolserver.com/
To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]>
with the
body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject:
field of your email blank.