Skip to content

Commit 5e065c9

Browse files
Merge pull request #1 from prashant030892/ISSUE-719
ISSUE-719 # Changing log level to debug to avoid printing it.
2 parents 8bb4502 + 1958268 commit 5e065c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/src/main/java/org/jsmart/zerocode/core/engine/listener/TestUtilityListener.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public void testRunFinished(Result result) {
4141
}
4242

4343
private void printTestCompleted() {
44-
LOGGER.info("Generating test-statistics reports. please wait...");
44+
LOGGER.debug("Generating test-statistics reports. please wait...");
4545
LOGGER.debug("#ZeroCode: Test run completed for this runner. Generating test reports... " +
4646
"\n* For more examples, visit https://github.com/authorjapps/zerocode/wiki");
4747
}
@@ -71,4 +71,4 @@ private void generateChartsAndReports() {
7171

7272
reportGenerator.generateExtentReport();
7373
}
74-
}
74+
}

0 commit comments

Comments
 (0)