-
Notifications
You must be signed in to change notification settings - Fork 217
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace CLI --min-log-severity
argument with --quiet
and --verbose
switches.
#450
Replace CLI --min-log-severity
argument with --quiet
and --verbose
switches.
#450
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good.
Remains to update our CI to use a version of the bridge supporting this. I've updated my fork (used in CI) and now provide a pre-compiled binary that can be used in Travis:
https://github.com/KtorZ/cardano-http-bridge/releases/tag/v0.0.2
So, let's update travis.yml
and remove the old file located inside our repository:
56cd703
to
7955783
Compare
This should now be done with the following changes: |
It seems |
I don't think the problem is |
|
7955783
to
3c682a1
Compare
Issue Number
#350
Overview
This PR replaces the
--min-log-severity
argument with two new switches:--quiet
--verbose
These switches have the following semantics:
--quiet
Error
--verbose
Debug
Info