Commit e8cc9593 authored by antirez's avatar antirez
Browse files

Test default config modified to set logfile to empty string.

Required because of recent changes in the way logfile is set to standard
output.
parent 180cfaae
......@@ -6,7 +6,7 @@ pidfile /var/run/redis.pid
port 6379
timeout 0
loglevel verbose
logfile stdout
logfile ''
databases 16
save 900 1
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment