blob: ce092b63c14730a91ee1188d10bca1ca9cfc296d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- a/sentinel.conf
+++ b/sentinel.conf
@@ -20,6 +20,10 @@
# The port that this sentinel instance will run on
port 26379
+# Specify the log file name. Also the empty string can be used to force
+# Redis to log on the standard output.
+logfile /var/log/redis/sentinel.log
+
# sentinel announce-ip <ip>
# sentinel announce-port <port>
#
|