LNMP之nginx日志管理
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了LNMP之nginx日志管理相关的知识,希望对你有一定的参考价值。
nginx访问日志
nginx的虚拟主机的访问日志都是保存在/usr/local/nginx/logs/access.log。但是这样并不能方便我们查看,所以我们需要针对单独的虚拟主机进行修改。
一、NGINX访问日志格式
我们可以在nginx.conf中定义访问日志的格式
查看访问日志格式
grep -A2 "log_format" /usr/local/nginx/conf/nginx.conf log_format allen '$remote_addr $http_x_forwarded_for [$time_local]'' $host "$request_uri" $status'' "$http_referer" "$http_user_agent"';
grep -A2 "log_format" /usr/local/nginx/conf/nginx.conf log_format allen '$remote_addr $http_x_forwarded_for [$time_local]'' $host "$request_uri" $status'' "$http_referer" "$http_user_agent"';
以上是关于LNMP之nginx日志管理的主要内容,如果未能解决你的问题,请参考以下文章
LNMP5) php-fpm的pool慢执行日志open_basedirphp-fpm进程管理