Re: 404s logged in error.log?

2013-05-17 Thread akurilin
Perfect, that clarified it, thank you. I will turn off log_not_found and stick to having 404s just in my access logs, to be on the safe side. Posted at Nginx Forum: http://forum.nginx.org/read.php?2,239307,239312#msg-239312 ___ nginx mailing list nginx

Re: 404s logged in error.log?

2013-05-17 Thread akurilin
I might have misread the two answers here, but I get the impression that they're saying the exact opposite of each other. Here's a sample (redacted) error message I'm seeing in error.log when doing a GET on a file that doesn't exist: 2013/05/18 02:21:27 [error] 11619#0: *417 open() "/var/www/mysit

404s logged in error.log?

2013-05-17 Thread akurilin
I was wondering if someone could confirm that requests resulting in a 404 response are by default logged to error.log at error level "error". Is that normal, or is there some piece of configuration I am missing that will stop them from being logged to error.log? I figured 404s would be an un-excep