From 66c5fd1bf2d93e7043ef59290a9640f686aa3a25 Mon Sep 17 00:00:00 2001 From: Joao Morais Date: Sat, 17 Oct 2020 16:17:12 -0300 Subject: [PATCH] docs: add raw syslog format --- docs/content/en/docs/configuration/keys.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/en/docs/configuration/keys.md b/docs/content/en/docs/configuration/keys.md index 62e6d5f9c..d6c6a42ff 100644 --- a/docs/content/en/docs/configuration/keys.md +++ b/docs/content/en/docs/configuration/keys.md @@ -1639,7 +1639,7 @@ A request to `my.domain.com/b` would serve: Logging configurations. * `syslog-endpoint`: Configures the UDP syslog endpoint where HAProxy should send access logs. -* `syslog-format`: Configures the log format to be either `rfc5424` (default) or `rfc3164`. +* `syslog-format`: Configures the log format to be either `rfc5424` (default), `rfc3164` or `raw`. * `syslog-length`: The maximum line length, log lines larger than this value will be truncated. Defaults to `1024`. * `syslog-tag`: Configure the tag field in the syslog header to the supplied string.