Hello,
How can disable access_logs in nginx, i have a site with a lot of
request and access_log increments a lot of GB daily.
Thanks
Posted at Nginx Forum:
Hello,
How can disable access_logs in nginx, i have a site with a lot of
request and access_log increments a lot of GB daily.
Thanks
Posted at Nginx Forum:
-------- Original-Nachricht --------
Datum: Thu, 07 Jan 2010 22:32:17 -0500
Von: “SnakeV” [email protected]
An: [email protected]
Betreff: Disable access logging?
Hello,
How can disable access_logs in nginx, i have a site with a lot of request
and access_log increments a lot of GB daily.
How about reading documentation?
access_log off;
http://wiki.nginx.org/NginxHttpLogModule#access_log
Thanks
Posted at Nginx Forum:
Disable access logging?
nginx mailing list
[email protected]
nginx Info Page
–
Preisknaller: GMX DSL Flatrate fĂĽr nur 16,99 Euro/mtl.!
I would presume because you would never really want error_log turned
off. You would probably always want to see if errors are happening. If
you are getting lots of errors and you don’t mind them just change the
level of error logging.
On the other hand sometime you don’t need access logging in certain
parts of your config like favicon.ico or maybe you don’t want access
logging on all your image or css files only your main url’s getting
accessed.
V/r,
Rob S.
On 01/08/2010 04:42 AM, Steve wrote:
and access_log increments a lot of GB daily.
How about reading documentation?
access_log off;
Why is it that “access_log off” turns off logging but “error_log off”
creates a logfile “off”? This seems very inconsistent to me and a trap a
user can very easily fall into if he’s not familiar with this quirky
behaviour.
Regards,
Dennis
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs