You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
updated syslog to use github.com/RackSec/srslog
- 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
@@ -188,7 +188,7 @@ Pull requests for new handlers are welcome, please provide test coverage is all
188
188
| Handler | Description | Docs |
189
189
| ------- | ---- | ----------- |
190
190
| console | Allows for log messages to be sent to a any writer, default os.Stderr |[](https://godoc.org/github.com/go-playground/log/handlers/console)|
191
-
| syslog | Allows for log messages to be sent via syslog. |[](https://godoc.org/github.com/go-playground/log/handlers/syslog)|
191
+
| syslog | Allows for log messages to be sent via syslog, includes TLS support. |[](https://godoc.org/github.com/go-playground/log/handlers/syslog)|
192
192
| http | Allows for log messages to be sent via http. Can use the HTTP handler as a base for creating other handlers requiring http transmission. |[](https://godoc.org/github.com/go-playground/log/handlers/http)|
193
193
| email | Allows for log messages to be sent via email. |[](https://godoc.org/github.com/go-playground/log/handlers/email)|
194
194
| hipchat | Allows for log messages to be sent to a hipchat room. |[](https://godoc.org/github.com/go-playground/log/handlers/http/hipchat)|
0 commit comments