Update README.md

This commit is contained in:
Manevolent 2024-02-21 22:37:23 -07:00 committed by GitHub
parent 2f2abcd06e
commit ea494f12e4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -220,6 +220,8 @@ Enabling IPv6 allows you to be more easily/natively reached by IPv6 native clien
Enabling Syslog allows you to export logs to an remote logging server, coalescing all your logs into one place for easy diagnostics (i.e. Graylog)
* `syslog_enabled`: Set to `true` to enable Syslog support. Defaults to `false`.
* `syslog_address`: Set to your preferred Syslog server, i.e. `udp://192.168.1.1:512`
* `syslog_enabled`: Set to `1` to enable Syslog support. Defaults to `0`.
* `syslog_address`: Set to your preferred remote Syslog server, i.e. `udp://192.168.1.1:512`.
* `syslog_format`: Set to your preferred Syslog format. Defaults to `rfc5424micro`, the best option with highest precision, but may not be supported by all Syslog servers (see: https://docs.docker.com/config/containers/logging/syslog/).
* `syslog_facility`: Set to your preferred Syslog facility. Defaults to `news`, AKA 'Network News', a good category for network devices (see: https://datatracker.ietf.org/doc/html/rfc5424#section-6.2.1).