Authored by shuaiguo

日志

Showing 1 changed file with 1 additions and 1 deletions
... ... @@ -10,7 +10,7 @@
/docker/yoho-web/cluster-log/yoho-web-gray 中查看灰度日志。
如果项目配置了nginx,则项目目录下nginx目录则是nginx的日志目录
在日志子目录中有很多ip目录,这些目录是动态的暂时没法区分哪些是有日志的目录,建议查询时直接通过:
cat */info/info-20190616.log这样的通配符查询
cat */info/info-20190616.log | grep 'error' 这样的通配符查询
参考资料:
[SSH原理与运用(一):远程登录](http://www.ruanyifeng.com/blog/2011/12/ssh_remote_login.html)
... ...