Fuegovic commited on
Commit
2dd6da3
·
1 Parent(s): b35bde8

Update redis.conf

Browse files
Files changed (1) hide show
  1. 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