Steve's correct; --tail is part of the expanded logging package. Try: $ heroku addons:upgrade logging:expanded $ heroku logs --tail
Ben On Wed, Jan 19, 2011 at 7:19 AM, Steve Smith <[email protected]> wrote: > Works fine for me. I think being able to tail was moved to the expanded > logging add-on. Maybe try updating the heroku gem/re-installaling the plugin > and making sure you have expanded logging enabled? > > Steve > > On 19 Jan 2011, at 09:34, Code Is Legion wrote: > > > I realize that logging is currently in beta, but according to the docs > > page here (http://docs.heroku.com/logging), I should be able to try > > either > > > > heroku logs --app <appname> -t > > > > or > > > > heroku logs --app <appname> --tail > > > > and get a tail of the logs from the app instance. While I do get a > > dump of the log files (as if I didn't add the -t or --tail > > parameters), I don't get a continuous stream of logging from the app. > > I'm currently on OS X 10.6.6 using ruby from rvm's install (ruby-1.8.7- > > p302) on the heroku gem version 1.16.2. > > > > Does this work for anyone else? > > > > -- > > You received this message because you are subscribed to the Google Groups > "Heroku" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > [email protected]<heroku%[email protected]> > . > > For more options, visit this group at > http://groups.google.com/group/heroku?hl=en. > > > > -- > You received this message because you are subscribed to the Google Groups > "Heroku" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<heroku%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/heroku?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/heroku?hl=en.
