Last active
August 29, 2015 14:17
-
-
Save fuyi/70381e901802ad2f410e to your computer and use it in GitHub Desktop.
cloud66 rails stack log location
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nginx access log: /var/log/nginx/access.log | |
https auth log: /var/log/auth.log | |
nginx error log: /var/log/nginx/error.log | |
/var/deploy/halo/web_head/shared/log/nginx_error.log | |
unicorn error log: /var/deploy/halo/web_head/shared/log/unicorn.stderr.log | |
/var/deploy/halo/web_head/shared/log/unicorn.stdout.log | |
rails web log: /var/deploy/halo/web_head/shared/log/production.log | |
rails worker log: /var/deploy/halo/web_head/shared/log/user_worker_1.log | |
/var/deploy/halo/web_head/shared/log/user_worker_pill.log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment