summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-extended/redis/redis/redis.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-extended/redis/redis/redis.conf b/meta-oe/recipes-extended/redis/redis/redis.conf
index b932089a2..ab024ad85 100644
--- a/meta-oe/recipes-extended/redis/redis/redis.conf
+++ b/meta-oe/recipes-extended/redis/redis/redis.conf
@@ -53,14 +53,14 @@ loglevel notice
53# Specify the log file name. Also 'stdout' can be used to force 53# Specify the log file name. Also 'stdout' can be used to force
54# Redis to log on the standard output. Note that if you use standard 54# Redis to log on the standard output. Note that if you use standard
55# output for logging but daemonize, logs will be sent to /dev/null 55# output for logging but daemonize, logs will be sent to /dev/null
56logfile /var/log/redis.log 56# logfile /var/log/redis.log
57 57
58# To enable logging to the system logger, just set 'syslog-enabled' to yes, 58# To enable logging to the system logger, just set 'syslog-enabled' to yes,
59# and optionally update the other syslog parameters to suit your needs. 59# and optionally update the other syslog parameters to suit your needs.
60# syslog-enabled no 60syslog-enabled yes
61 61
62# Specify the syslog identity. 62# Specify the syslog identity.
63# syslog-ident redis 63syslog-ident redis
64 64
65# Specify the syslog facility. Must be USER or between LOCAL0-LOCAL7. 65# Specify the syslog facility. Must be USER or between LOCAL0-LOCAL7.
66# syslog-facility local0 66# syslog-facility local0