Commit 86a6aad9 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 310dbba0
......@@ -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