Tweechable / tweechable_final

Tweechable is a Twitter service that responds with pre-written content when mentioned on Twitter.
http://tweechable.herokuapp.com
8 stars 3 forks source link

Add Papertrail to track logs #109

Closed McEileen closed 7 years ago

McEileen commented 7 years ago

While debugging our authentication issues for issue #102, I realized we hadn't added any tools to track our logs. I'm going to add Papertrail to make future debugging easier. (If anyone has strong preferences for a different tool to manage logs, please let me know!)

McEileen commented 7 years ago

I'm not sure if this is needed for MVP, but it could be cool to monitor for inactivity, like if our rake reply job doesn't run. We could do this by integrating Papertrail with a silence-detection service, such as Dead Man's Snitch. Read the "Inactivity" section at the bottom of the Papertrail documentation on alerts for more info.

McEileen commented 7 years ago

I added Papertrail to both the tweechable and tweechable-staging app on heroku.