I'm using Rails.logger.error
to log my errors. I'm trying to view them in my logs and in heroku's logentries addon byt I see they are logged as simple text. No indication that this is in fact an error and Logentries isn't picking it up as an error either.
Any idea why this is? How should I be logging my errors for easy finding later?
Thanks! Uri