gentoo/dev-db/redis/files/redis-sentinel-5.0-config.patch
Tomas Mozes 772fa4eaf2
dev-db/redis: bump to 5.0-rc4
Closes: https://github.com/gentoo/gentoo/pull/9472
Package-Manager: Portage-2.3.44, Repoman-2.3.10
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
2018-08-23 02:22:22 +02:00

11 lines
367 B
Diff

diff --git a/sentinel.conf b/sentinel.conf
index 3703c73..964ffa3 100644
--- a/sentinel.conf
+++ b/sentinel.conf
@@ -222,3 +222,5 @@ sentinel deny-scripts-reconfig yes
# case, so writing "config guessme" is the same in the example above.
#
# SENTINEL SET can also be used in order to perform this configuration at runtime.
+
+logfile "/var/log/redis/sentinel.log"