Skip to content

Commit

Permalink
instancio-junit: set log level to error when reporting seed value (#947)
Browse files Browse the repository at this point in the history
  • Loading branch information
armandino committed Mar 8, 2024
1 parent 3cabe24 commit ab19981
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ public void afterTestExecution(final ExtensionContext context) {
testMethod.get().getName(), seed, random.getSource().getDescription());

context.publishReportEntry("Instancio", seedMsg);
LOG.debug(seedMsg);
LOG.error(seedMsg);
}
}
}

0 comments on commit ab19981

Please sign in to comment.