psharma
psharma

Reputation: 1289

How to check productions logs after deployment in rails?

I deployed my app using capistrano and passenger (+ apache). Now when i go to the link it tells me

"We're sorry, but something went wrong."

Where can i find the logs to investigate more on the issue?

Thanks

Upvotes: 1

Views: 1382

Answers (2)

RahulOnRails
RahulOnRails

Reputation: 6542

Use this path :

/var/log/apache2/error.log

Upvotes: 1

yatish mehta
yatish mehta

Reputation: 915

you can login/ssh into the server and check them in logs/production.log

Upvotes: 1

Related Questions