Ah thank you Steve, Ben, that was the issue. Basic logging (as per the instructions on docs.heroku.com) does work for basic logging, but I wasn't aware of the expanded logging plugin (maybe a note can be added in the tail section of the doc?)
On Jan 19, 8:19 pm, 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]. > > For more options, visit this group > > athttp://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.
