aboutsummaryrefslogtreecommitdiffstats
path: root/main/redis/sentinel.conf.patch
blob: 4938eb3522e1470d4870fc387a556ae5ebe34069 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/sentinel.conf
+++ b/sentinel.conf
@@ -33,7 +33,7 @@
 # Specify the log file name. Also the empty string can be used to force
 # Sentinel to log on the standard output. Note that if you use standard
 # output for logging but daemonize, logs will be sent to /dev/null
-logfile ""
+logfile /var/log/redis/sentinel.log
 
 # sentinel announce-ip <ip>
 # sentinel announce-port <port>