I am looking for a solution that will allow me to do advanced logging:
- Unlimited log size
- Ability to filter by priorities (debug/info/error)
- Ability to filter by models/custom- tag
- Ability to filter by user-sessions (see only errors for a specific session)
- Should be able to work on Heroku
- *Optional: Set rules to email/sms on certain high-priority errors
Either a tool that works with files and can easily diesct them, or a DB backed log storage.
Any suggestions are most welcome
Try Log4r first; if it doesn’t do exactly what you need, it’s pretty tweakable.