Rails / Capistrano - How to set a staging server to show development logs in DB
Posted
by ming yeow
on Stack Overflow
See other posts from Stack Overflow
or by ming yeow
Published on 2010-05-23T00:28:36Z
Indexed on
2010/05/23
0:40 UTC
Read the original article
Hit count: 417
In my development logs, i get information like SQL statements made, etc.
However, when i deploy to a staging server, i do not get that in my development logs
How do i configure capistrano/rails to get that?
NOTE: I need it to be running in production env (database access, etc)
© Stack Overflow or respective owner