Skip to content

Commit 9659ccd

Browse files
Merge pull request #720 from prashant030892/master
ISSUE-719 # Changing log level from INFO to DEBUG to avoid printing console logs.
2 parents 9500ade + 0d4dc8b commit 9659ccd

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)