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

Udp #58

Closed
wants to merge 2 commits into from
Closed

Udp #58

wants to merge 2 commits into from

Conversation

asenchi
Copy link
Owner

@asenchi asenchi commented Feb 12, 2014

Just a rough spike of what it would look like to support sending logs over UDP to local syslog.

Spike started as a response to seeing this: https://github.com/facebook/liblogfaf

UPDATED: Wrong link

end

def puts(data)
socket.send(data, 0)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TODO: Format message in syslog format.

@asenchi
Copy link
Owner Author

asenchi commented Aug 30, 2017

Going to close this for now. Maybe later.

@asenchi asenchi closed this Aug 30, 2017
@asenchi asenchi deleted the udp branch August 30, 2017 02:32
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

Successfully merging this pull request may close these issues.

None yet

2 participants