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

php - How can I edit my code to echo the data of child's element where my search term was found in, in XMLReader? -

iphone - Using nested NSDictionary with Picker -

javascript - Iterate over array and calculate average values of array-parts -