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+")