Print error messages to stderr(System.err) from CLI #935
Conversation
d094b01
to
04386a8
Thanks Karl! This makes a lot of sense. I'll merge it for 4.0 (due in April) as it isn't backwards compatible. Cheers |
great! thx |
axelfontaine
added a commit
that referenced
this pull request
Aug 27, 2015
Print error messages to stderr(System.err) from CLI
axelfontaine
added a commit
to flyway/flywaydb.org
that referenced
this pull request
Aug 27, 2015
Merged. Thanks once again! |
awesome! On Thu, Aug 27, 2015 at 4:16 PM Axel Fontaine notifications@github.com
|
axelfontaine
added a commit
to flyway/flywaydb.org
that referenced
this pull request
Dec 23, 2015
@karl82 Could you please get in touch with me via email? (axel at boxfuse.com) Thanks! |
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.
I need to redirect error messages from command line into separate file. It's possible to use
|grep 'ERROR:'
but it will not catch exception stacktraces, because they are not prefixed withERROR:
I think this is a good behavior for command line tool