diff options
author | antirez <antirez@gmail.com> | 2013-05-15 10:14:36 +0200 |
---|---|---|
committer | antirez <antirez@gmail.com> | 2013-05-15 10:19:14 +0200 |
commit | 86a6aad98424434a4d0ed80f3a8db059608a8b14 (patch) | |
tree | 638b6c7f9508e1701adebb7aaa8f0ae0ee90a120 /tests/assets | |
parent | 310dbba01cf694a13d077a5156be756bba5eac8b (diff) | |
download | redis-86a6aad98424434a4d0ed80f3a8db059608a8b14.tar.gz |
Test default config modified to set logfile to empty string.
Required because of recent changes in the way logfile is set to standard
output.
Diffstat (limited to 'tests/assets')
-rw-r--r-- | tests/assets/default.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/assets/default.conf b/tests/assets/default.conf index 9f95700d1..17d21b07c 100644 --- a/tests/assets/default.conf +++ b/tests/assets/default.conf @@ -6,7 +6,7 @@ pidfile /var/run/redis.pid port 6379 timeout 0 loglevel verbose -logfile stdout +logfile '' databases 16 save 900 1 |