Skip to content

Commit

Permalink
docs: add raw syslog format
Browse files Browse the repository at this point in the history
  • Loading branch information
jcmoraisjr committed Oct 17, 2020
1 parent fb974e5 commit 66c5fd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/en/docs/configuration/keys.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 66c5fd1

Please sign in to comment.