ruby on rails - How to keep log tail alive on Heroku using ssh? -


using heroku logs --tail works great few minutes. stops displaying logs. seems ssh connection timing out , dying. there no error or message. working in ubuntu 11.04 on wired conneciton.

i added following ~/.ssh/config:

serveraliveinterval 5

but didn't work. need else in config file? how know if doing anything? how can monitor traffic , see keepalive request? looking @ system monitor don't see every 5 seconds.

thanks.

have done of this:

$ heroku config:add log_level=debug $ heroku addons:upgrade logging:expanded $ heroku logs --tail 

Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -