mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-04-09 10:47:34 +00:00
[DOC] document IPv6 support for syslog
This commit is contained in:
parent
11bcb6c4f5
commit
24bb5f504b
@ -507,6 +507,10 @@ log <address> <facility> [max level [min level]]
|
|||||||
no port is specified, 514 is used by default (the standard syslog
|
no port is specified, 514 is used by default (the standard syslog
|
||||||
port).
|
port).
|
||||||
|
|
||||||
|
- An IPv6 address followed by a colon and optionally a UDP port. If
|
||||||
|
no port is specified, 514 is used by default (the standard syslog
|
||||||
|
port).
|
||||||
|
|
||||||
- A filesystem path to a UNIX domain socket, keeping in mind
|
- A filesystem path to a UNIX domain socket, keeping in mind
|
||||||
considerations for chroot (be sure the path is accessible inside
|
considerations for chroot (be sure the path is accessible inside
|
||||||
the chroot) and uid/gid (be sure the path is appropriately
|
the chroot) and uid/gid (be sure the path is appropriately
|
||||||
@ -2522,6 +2526,10 @@ log <address> <facility> [<level> [<minlevel>]]
|
|||||||
port. If no port is specified, 514 is used by default (the
|
port. If no port is specified, 514 is used by default (the
|
||||||
standard syslog port).
|
standard syslog port).
|
||||||
|
|
||||||
|
- An IPv6 address followed by a colon (':') and optionally a UDP
|
||||||
|
port. If no port is specified, 514 is used by default (the
|
||||||
|
standard syslog port).
|
||||||
|
|
||||||
- A filesystem path to a UNIX domain socket, keeping in mind
|
- A filesystem path to a UNIX domain socket, keeping in mind
|
||||||
considerations for chroot (be sure the path is accessible
|
considerations for chroot (be sure the path is accessible
|
||||||
inside the chroot) and uid/gid (be sure the path is
|
inside the chroot) and uid/gid (be sure the path is
|
||||||
|
Loading…
Reference in New Issue
Block a user