We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5af7c79 commit b4d20feCopy full SHA for b4d20fe
adapters/syslog/syslog.go
@@ -36,7 +36,7 @@ const (
36
// TraditionalTCPFraming is the traditional LF framing of syslog messages on the wire
37
TraditionalTCPFraming TCPFraming = "traditional"
38
// OctetCountedTCPFraming prepends the size of each message before the message. https://tools.ietf.org/html/rfc6587#section-3.4.1
39
- OctetCountedTCPFraming = "octet-counted"
+ OctetCountedTCPFraming TCPFraming = "octet-counted"
40
)
41
42
func init() {
0 commit comments