Friday 31 March 2017

check log or error on production


Check error logs in nginx.

1. sudo tail -f /var/log/nginx/error.log

Check error logs in production

2. sudo tail -f  log/production.log

No comments:

Post a Comment

Revert last commit or second last and more....

 Git revert commit_id -m 1 this command willl revert last commit  Git revert commit_id -m 2 this command will revert second commit with same...