Index: system_test/logging.conf =================================================================== --- system_test/logging.conf (revision 1411457) +++ system_test/logging.conf (working copy) @@ -35,7 +35,7 @@ # ============================================== [handler_namedConsoleHandler] class=StreamHandler -level=INFO +level=DEBUG formatter=namedFormatter args=[] Index: system_test/testcase_to_run.json =================================================================== --- system_test/testcase_to_run.json (revision 1411457) +++ system_test/testcase_to_run.json (working copy) @@ -1,5 +1,5 @@ { - "ReplicaBasicTest" : [ - "testcase_1" + "MirrorMakerTest" : [ + "testcase_5005" ] }