Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Push to s3 #22

Open
joeblew99 opened this issue Jan 13, 2016 · 2 comments
Open

Push to s3 #22

joeblew99 opened this issue Jan 13, 2016 · 2 comments

Comments

@joeblew99
Copy link

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

@osiloke
Copy link

osiloke commented Mar 3, 2016

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)

@ghost
Copy link

ghost commented Mar 4, 2016

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants