Skip to content
New issue

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

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

Already on GitHub? # to your account

TLS support in syslog package #13449

Closed
cancan101 opened this issue Dec 2, 2015 · 2 comments
Closed

TLS support in syslog package #13449

cancan101 opened this issue Dec 2, 2015 · 2 comments

Comments

@cancan101
Copy link

Currently the syslog packages does not work with a syslog log destination with TLS support.

See: moby/moby#18358

@bradfitz
Copy link
Contributor

bradfitz commented Dec 2, 2015

We have no plans to further develop the log/syslog package in the standard library.

We welcome the community to fork it and give it features elsewhere. It was probably a mistake putting it in the standard library to begin with.

@sirsean
Copy link

sirsean commented Dec 16, 2015

If anyone is looking for syslog with TLS, we've forked the original library and added TLS support here:

https://github.com/RackSec/srslog

deankarn pushed a commit to go-playground/log that referenced this issue Jul 21, 2016
- std lib syslog will no longer be maintained as per comment golang/go#13449 (comment)
- TLS support is now available via new syslog package
- Simplified Syslog New() function
- eliminated some data races IN THE TESTS, NOT THE LIBRARY ITSELF
@golang golang locked and limited conversation to collaborators Dec 29, 2016
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Projects
None yet
Development

No branches or pull requests

4 participants