Update README.md

This commit is contained in:
Manevolent 2024-02-21 22:38:19 -07:00 committed by GitHub
parent ea494f12e4
commit c8b74852f6
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) 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)
Log messages will always be tagged with the format `NETNAME-CONTAINERNAME`, i.e. "teamlixo-tinc" or "teamlixo-bird".
* `syslog_enabled`: Set to `1` to enable Syslog support. Defaults to `0`. * `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_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_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/).