Update redis.conf
Browse files- redis.conf +1 -1
redis.conf
CHANGED
@@ -32,7 +32,7 @@ loglevel debug
|
|
32 |
# Specify the log file name. Also 'stdout' can be used to force
|
33 |
# the demon to log on the standard output. Note that if you use standard
|
34 |
# output for logging but daemonize, logs will be sent to /dev/null
|
35 |
-
logfile /var/log/redis/redis-server.log
|
36 |
|
37 |
# Set the number of databases. The default database is DB 0, you can select
|
38 |
# a different one on a per-connection basis using SELECT <dbid> where
|
|
|
32 |
# Specify the log file name. Also 'stdout' can be used to force
|
33 |
# the demon to log on the standard output. Note that if you use standard
|
34 |
# output for logging but daemonize, logs will be sent to /dev/null
|
35 |
+
# logfile /var/log/redis/redis-server.log
|
36 |
|
37 |
# Set the number of databases. The default database is DB 0, you can select
|
38 |
# a different one on a per-connection basis using SELECT <dbid> where
|