From 3e374dbb591d76dbdea7afe667c23e6c5823dd51 Mon Sep 17 00:00:00 2001 From: vinllen Date: Tue, 15 Oct 2019 17:40:34 +0800 Subject: [PATCH] add run direct. 2. add integration test but not finished --- scripts/run_direct.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/run_direct.py b/scripts/run_direct.py index 468d66f..98af073 100644 --- a/scripts/run_direct.py +++ b/scripts/run_direct.py @@ -41,6 +41,7 @@ if __name__ == "__main__": mp['source.auth_type'] = 'auth' mp['target.auth_type'] = 'auth' mp['rewrite'] = 'true' + mp['log.file'] = 'redis-shake.log' name = "run_direct.conf" f = open(name, "w+")