summaryrefslogtreecommitdiff
path: root/sentinel.conf
diff options
context:
space:
mode:
Diffstat (limited to 'sentinel.conf')
-rw-r--r--sentinel.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/sentinel.conf b/sentinel.conf
index 0f0265c97..60eb9ff4d 100644
--- a/sentinel.conf
+++ b/sentinel.conf
@@ -32,6 +32,16 @@ loglevel notice
# output for logging but daemonize, logs will be sent to /dev/null
logfile ""
+# To enable logging to the system logger, just set 'syslog-enabled' to yes,
+# and optionally update the other syslog parameters to suit your needs.
+# syslog-enabled no
+
+# Specify the syslog identity.
+# syslog-ident sentinel
+
+# Specify the syslog facility. Must be USER or between LOCAL0-LOCAL7.
+# syslog-facility local0
+
# sentinel announce-ip <ip>
# sentinel announce-port <port>
#