logxi icon indicating copy to clipboard operation
logxi copied to clipboard

Push to s3

Open joeblew99 opened this issue 9 years ago • 2 comments

This looks really nice. I need to a hook to log to s3. Is this possible.

joeblew99 avatar Jan 13 '16 08:01 joeblew99

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)

osiloke avatar Mar 03 '16 18:03 osiloke

Ok this makes sense. Your right, in that its good idea to separate out concerns.

ghost avatar Mar 04 '16 13:03 ghost