mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-11-08 12:22:15 +01:00
Redis is not a free software (per OSI) anymore, it's being replaced with its fork named Valkey.
14 lines
429 B
Diff
14 lines
429 B
Diff
Upstream: No
|
|
Reason: Hardcode log file path
|
|
--- 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>
|