Authored by shuaiguo

线上node日志查询

Showing 1 changed file with 15 additions and 0 deletions
# 线上node日志查询
`ssh -p 60022 guoshuai@123.206.15.169`
密码: 2wsx!QAZ(小2大1,二个月一换) reverse
重置密码: <https://123.206.15.169/>
登录后cd到/Data/logs/docker/yoho-web/目录,目录下是web端所有docker的日志目录
如果项目配置了nginx,则项目目录下nginx目录则是nginx的日志目录
在日志子目录中有很多ip目录,这些目录是动态的暂时没法区分哪些是有日志的目录,建议查询时直接通过:
cat */info/info-20190616.log这样的通配符查询
参考资料:
[SSH原理与运用(一):远程登录](http://www.ruanyifeng.com/blog/2011/12/ssh_remote_login.html)
\ No newline at end of file
... ...