logging - Rails | How to see live server log in production? -
how see live server log in production shown in development?
my app on digitalocean, if helps. using unicorn production server.
when tail -f log/production.log
, can see migration info this, not live requests info along sql queries being run.
also in production.rb, changed config.log_level
:debug
Comments
Post a Comment