logxi
logxi copied to clipboard
Push to s3
This looks really nice. I need to a hook to log to s3. Is this possible.
There's a note on this at the end of the README file. You can tail the logs and send those to s3. This moves responsibility like rotating logs etc to a different app. You can write some tiny code to watch the log files or in my case i log everything to syslog and just send all of that using a syslog parser to any endpoint (fluentd)
Ok this makes sense. Your right, in that its good idea to separate out concerns.