/ Zope / Apsis / Pound Mailing List / Archive / 2006 / 2006-03 / error logging question and/or suggestions

[ << ] [ >> ]

[ Pound and webmin / "Brett Hall" ... ] [ ANNOUNCE: Pound - reverse proxy and load balancer ... ]

error logging question and/or suggestions
Corin Langosch <corinl(at)gmx.de>
2006-03-16 21:31:57 [ FULL ]
hi,

i'm running pound on a quite big site for moths now. it's damn good program :)

currently i'm seeing quite often error messages like:
--
16/Mar/2006 21:25:54 +0100: error copy server cont: Connection reset by peer
16/Mar/2006 21:25:55 +0100: error copy server cont: Connection reset by peer
--

is it possible to also display the ip of the backend which caused the error? i
have about 10 backends and it's a pain to ssh to all backends to see which
apache segfaults. would it also be possible to further detail the output, for
example with the requested url? so you can easily see which requests cause the
segfaults - may be due to a php bug, for example.

regards,
corin

Re: [Pound Mailing List] error logging question and/or suggestions
Hu Hailin <hu.hailin(at)adways.net>
2006-03-17 02:49:20 [ FULL ]
I think setting

LogLevel 3

in pound.cfg will do help for you.

On Thu, 16 Mar 2006 21:31:57 +0100
Corin Langosch <corinl(at)gmx.de> wrote:
[...]

Re[2]: [Pound Mailing List] error logging question and/or suggestions
Corin Langosch <corinl(at)gmx.de>
2006-03-17 08:29:08 [ FULL ]
Hi!

thanks for your answer. i think loglevel is not for the error log, but for the
access/request log. i already set this to 4 (apache clf without vhost).

regards,
corin

Friday, March 17, 2006, 2:49:20 AM, you wrote:
HH> I think setting

HH> LogLevel 3

HH> in pound.cfg will do help for you.

HH> On Thu, 16 Mar 2006 21:31:57 +0100
HH> Corin Langosch <corinl(at)gmx.de> wrote:
[...]

Re: [Pound Mailing List] error logging question and/or suggestions
Robert Segall <roseg(at)apsis.ch>
2006-03-17 13:14:01 [ FULL ]
On Thu, 2006-03-16 at 21:31 +0100, Corin Langosch wrote:[...]

Reasonable request - we'll add support for it in the next version...[...]

Re: [Pound Mailing List] error logging question and/or suggestions
"Michael J. Tubby B.Sc (Hons) G8TIC" <mike.tubby(at)thorcom.co.uk>
2006-03-17 16:52:59 [ FULL ]
Robert,

On big systems that we write we tend to output error messages with the name 
of the function raising the error message, the 'errno' and strerror() of the 
error message and the IP address:port number and other relevant stuff like 
the file-descriptor etc. for example:

    do_select(): write output failed fd=27 host:12.34.56.78:8000 error: 
Conenction reset by Peer (104)

you can't have too much debug information!

Mike


----- Original Message ----- 
From: "Robert Segall" <roseg(at)apsis.ch>
To: <pound(at)apsis.ch>
Sent: Friday, March 17, 2006 12:14 PM
Subject: Re: [Pound Mailing List] error logging question and/or suggestions

[...][...][...]

MailBoxer