diff --git a/README.md b/README.md index de3d526..bd384aa 100644 --- a/README.md +++ b/README.md @@ -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) +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_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/).