1
vote
1answer
61 views
Log files not being written to (Passenger)
Locally, my app runs fine on and writes to its logs.
My production server is running CentOS with an Apache server running Passenger. When trying to debug, I noticed my log files were not being …
0
votes
2answers
582 views
How to debug an issue of cron’s not executing a given script — or other?
I have a Rails script that I would like to run daily. I know there are many approaches, and that a cron'd script/runner approach is frowned upon by some, but it seems to meet my needs.
However, my …
