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

Wrong loglevel for "Executing postcondition ..." #228

Closed
ctytgat opened this issue Feb 6, 2019 · 1 comment
Closed

Wrong loglevel for "Executing postcondition ..." #228

ctytgat opened this issue Feb 6, 2019 · 1 comment

Comments

@ctytgat
Copy link

ctytgat commented Feb 6, 2019

Why does this statement have an ERROR log level?

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

Postcondition postcondition = changeset.getPostcondition();
postConditionApplies = postcondition != null && executeCondition(postcondition);```
@fbiville
Copy link
Collaborator

fbiville commented Feb 7, 2019

Good question, thanks for pointing that out :)
It should just be an INFO level indeed. Would you like to submit a PR for this?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants