mirror of
https://github.com/redis/redis.git
synced 2026-04-21 03:01:35 -04:00
Test default config modified to set logfile to empty string.
Required because of recent changes in the way logfile is set to standard output.
This commit is contained in:
@@ -6,7 +6,7 @@ pidfile /var/run/redis.pid
|
||||
port 6379
|
||||
timeout 0
|
||||
loglevel verbose
|
||||
logfile stdout
|
||||
logfile ''
|
||||
databases 16
|
||||
|
||||
save 900 1
|
||||
|
||||
Reference in New Issue
Block a user