Closed stanch closed 1 year ago
If you look at the git history, we normally name commits like (close #129) not just (#129). If you care about consistency, you could rebase the branch and rename the commits.
That’s because I did not create the corresponding issues, so #129 and #130 are PR numbers. Sorry!
I suspect there is a misunderstanding of what the option does (which I promise will be explained in the announcement and the docs in due time!) It does not change the format at all!
[INFO]
etc. You can control them with -Dorg.slf4j.simpleLogger.log.EventLog=off
to turn off the event logs specifically, or -Dorg.slf4j.simpleLogger.defaultLogLevel=off
to turn off all logs. Or you can change the logging format entirely to your liking.tee
or the like). However if both outputs are undesirable, you can either suppress the logs as above, or simply redirect STDERR to /dev/null
.With this in mind, I don’t think --tsv-events
or --tsv
are accurate, as they don’t convey that an additional action is happening. However, I can be convinced to change --print
to --output-enriched-tsv
or something like that, if you prefer.
Ah, I see where my misunderstanding came from. As discussed on slack, --output-tsv
seems like a decent name.
If you look at the git history, we normally name commits like
(close #129)
not just(#129)
. If you care about consistency, you could rebase the branch and rename the commits. Give me a shout if you want help with that.Otherwise I think the release looks good, as long as @greg-el is happy with it too.