I know cap 2.x isn't really supported by maintainers anymore, but I'm thinking there might be people on the list with an answer anyway (if not, I'll resort to stackoverflow!).

I deploy a Rails app with capistrano 2.15.5.

In the past, I believe that the capistrano deployed rails apps such that individual app logs/ directories were symlinks to ./shared/logs. I do have a ./shared/logs providing further evidence I'm not just imagining this!

However, at the moment, none of the logs directories are symlinks, each release really does have it's own logs/ directory.

I noticed this when I wound up using up all my disk space, as my log cleaning cronjob cleaned logs in shared/logs where I expected em to be, but didn't clean any of the actual log files in the releases.

Anyone have any ideas for what might have caused this change, and how to put it back? Or tips for how I'd go about debugging it?

--
You received this message because you are subscribed to the Google Groups 
"Capistrano" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/capistrano/532AF393.7050000%40jhu.edu.
For more options, visit https://groups.google.com/d/optout.

Reply via email to