log informational messages from the database at INFO level #872
Conversation
errors are still logged at the WARN level.
axelfontaine
added a commit
that referenced
this pull request
Nov 21, 2014
log informational messages from the database at INFO level
Thanks! Makes total sense. Merged. I've also added you to the hall of fame page (flyway--3.1 branch until merged) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Addresses #774.
Logging at appropriate levels makes it possible for an application using flyway to show users possible migration errors while suppressing expected informational messages.
errors returned by the database are still logged at the WARN level.