7 messages in ru.sysoev.nginxRe: nginx error log
FromSent OnAttachments
Jeremy HubertJan 12, 2007 10:06 am 
Igor SysoevJan 12, 2007 10:12 am 
Jeremy HubertJan 12, 2007 10:20 am 
Igor SysoevJan 12, 2007 10:23 am 
Igor SysoevJan 12, 2007 10:27 am 
Igor SysoevJan 12, 2007 10:34 am 
David GibbonsJan 12, 2007 11:57 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: nginx error logActions...
From:David Gibbons (davi@public.gmane.org)
Date:Jan 12, 2007 11:57:07 am
List:ru.sysoev.nginx

Jeremy Hubert wrote:

Hi all,

I'm using nginx on a fairly high traffic site and I've noticed that my error log is growing really quickly. It seems to be filling up with "closed keepalive connection" statements.

I'm wondering if this is normal?

// Jeremy,

I've not seen that on any of my installs (albeit my blog doesn't count as 'high traffic'), You might look into changing your error log directive: * Syntax:* /error_log file [ debug | info | notice | warn | error | crit ]

//If you set it to notice, you shouldn't see info messages anymore.