From ea494f12e4f24a0ab6c4c707d2729fd90875d424 Mon Sep 17 00:00:00 2001 From: Manevolent Date: Wed, 21 Feb 2024 22:37:23 -0700 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0dfbfce..de3d526 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) - * `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).