Rails app is working but no deploy logs
Project ID: 84475f63-646e-4721-9c32-89d5255ff22a
The app seems to work fine, but I don't see any logs when the server handles a request.
Solution:Jump to solution
Thanks for the quick reply and the hint!
Solved it by adding the
RAILS_LOG_TO_STDOUT
env var and setting it to true
...4 Replies
Project ID:
84475f63-646e-4721-9c32-89d5255ff22a
are you printing access logs?
I don't think Rails prints logs in production - you can check your config/environments/production.rb to be sure
Solution
Thanks for the quick reply and the hint!
Solved it by adding the
RAILS_LOG_TO_STDOUT
env var and setting it to true