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 df02633 commit c032cb0Copy full SHA for c032cb0
README.md
@@ -74,6 +74,14 @@ The default is false.
74
Sets whether to request acknowledgment from Fluentd to increase the reliability
75
of the connection. The default is false.
76
77
+## FAQ
78
+
79
+### Does this logger support the features of Fluentd Forward Protocol v1?
80
81
+"the features" includes heartbeat messages (for TCP keepalive), TLS transport and shared key authentication.
82
83
+This logger doesn't support those features. Patches are welcome!
84
85
## Tests
86
```
87
go test
0 commit comments