-
Notifications
You must be signed in to change notification settings - Fork 70
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
Pass scarb env vars #71
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.
Passing only verbosity
flag value to SCARB_LOG
is imprecise, because SCARB_LOG
is much more powerful, for example it allows granular filtering based on log event target (docs).
I think what should be passed is a stringified representation of the EnvFilter that is built in main
.
Ideally, I would like to infer this from tracing
rather than requiring passing to Config/UI, but I couldn't find a way to do so.
I am doing more high-level verbosity representation in #69 |
I was wrong here. Let's discuss this topic in the office next week |
bd67d10
to
8575e9b
Compare
Please rebase, so that each commit resolves one topic |
d6a510d
to
50d8c09
Compare
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.
👏🏻
50d8c09
to
3895991
Compare
fix #8, fix #64