I am logging some errors by doing this in my Rails app:
logger.error "MY ERROR STRING"
How can I look in heroku logs to find that line?
I know how to do heroku logs --tail and heroku logs -n 500 ,but how can I find a specific string in the logs?