Difference between revisions of "Nginx logs"

From wikieduonline
Jump to navigation Jump to search
 
(12 intermediate revisions by 2 users not shown)
Line 1: Line 1:
* Error log file: <code>/var/log/nginx/error.log</code>
+
* Error log file: <code>[[/var/log/nginx/error.log]]</code>
* Access log file: <code>/var/log/nginx/access.log</code>
+
* Access log file: <code>[[/var/log/nginx/access.log]]</code>
 +
::<code>zcat -f /var/log/nginx/access.log*</code>
  
 +
tail -f [[/var/log/nginx/error.log]] [[/var/log/nginx/access.log]] [[/var/log/php*-fpm.log]]
  
 
* Module ngx_http_log_module http://nginx.org/en/docs/http/ngx_http_log_module.html
 
* Module ngx_http_log_module http://nginx.org/en/docs/http/ngx_http_log_module.html
 
: <code>access_log</code>
 
: <code>access_log</code>
: <code>log_format</code>
+
: <code>[[log_format]]</code>
  
 
== Activities ==
 
== Activities ==
 
* [[Track Application Response time in Nginx]]
 
* [[Track Application Response time in Nginx]]
  
 +
== Related terms ==
 +
* [[PHP logs]]: <code>[[zcat -f]] [[/var/log/php*]]</code>
  
 
== See also ==
 
== See also ==
 
* {{nginx}}
 
* {{nginx}}
 +
* [[Artifactory logs]]
  
  
 
[[Category:Web server software]]
 
[[Category:Web server software]]
 +
[[Category:Logs]]

Latest revision as of 11:15, 25 January 2024

Advertising: