查看日志debug

发表于:,更新于:,By Sally
大纲
  1. 1. 基本命令
  2. 2. web(rails) debug
  3. 3. nginx debug
  4. 4. linux debug

基本命令

  • tail product.log -f 实时查看。。。
  • vim 查看
  • grep 筛选
  • cat 在控制台查看

web(rails) debug

  • 可以查看项目的thin.log, product.log 等等log日志。

nginx debug

  • /var/logs/nginx/error.log

  • /var/log(s)/nginx/access.log

linux debug

  • /var/log/ 下面查看日志

  • eg: auth.log 这个log可以查看,在哪个ip,使用什么端口来登录,以及是否登录成功。