Skip to content
This repository has been archived by the owner on Feb 3, 2023. It is now read-only.

Commit

Permalink
[#228] Fixing log level for postcondition execution
Browse files Browse the repository at this point in the history
Sebastien Latre authored and Florent Biville committed Mar 8, 2019
1 parent 03e71be commit 1876fa6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -98,7 +98,7 @@ private StatementExecution executeStatement(Changeset changeset) {

boolean postConditionApplies;
do {
LOGGER.error("Executing postcondition of changeset ID {} by {}", changeset.getId(), changeset.getAuthor());
LOGGER.info("Executing postcondition of changeset ID {} by {}", changeset.getId(), changeset.getAuthor());
executeChangesetQueries(changeset.getQueries());

Postcondition postcondition = changeset.getPostcondition();

0 comments on commit 1876fa6

Please sign in to comment.