My app is hosted on an Amazon EC2 cluster. Each instance writes events to log files. I need to collect (and data mine) over these logs at the end of each day. What\'s a reco
I've been using Loggly and it seems to do the trick
http://loggly.com/
It allows me to send all my logs through tcp to their service and have a central place to monitor all my log files,
It also allows me to archive my log files to S3 which is nice too