Re: NewRelic not working after upgrade to Cedar from Bamboo

2012-03-17 Thread Joe Dzikiewicz
I've had a similar issue. I'm running an app on Cedar. For me, when I have the NewRelic gem installed, none of the Rails log messages show up in heroku logs. I've danced a couple of rounds with Heroku support on this and still haven't gotten to any resolution. Joe -- You received this message

Logging in Cedar

2012-03-01 Thread Joe Dzikiewicz
I've got a new app on Heroku, running in Rails on the Cedar stack. I'm not seeing any output from the Rails log. If I write puts statements into my code, I see them show up. But if I write: logger.error "Hi ma" it doesn't appear. Anyone have any idea what might be happening? Thanks, Joe