logging - Rails | How to see live server log in production? -


how see live server log in production shown in development?

server log 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.

enter image description here

also in production.rb, changed config.log_level :debug


Comments

Popular posts from this blog

wordpress - (T_ENDFOREACH) php error -

Export Excel workseet into txt file using vba - (text and numbers with formulas) -

Using django-mptt to get only the categories that have items -