-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
add a very verbose -vv flag to lotus and lotus-miner. #6888
Conversation
missing |
id suggest to have a separate cli, like |
@jennijuju I've thought this as a general CLI diagnostics flag. Right now we're printing API endpoints, but we can print other things, like file/directory paths, polling intervals, counts, etc. For the API endpoint tracing, I don't think putting it behind a command is the right call, because we want to trace what's being used in the command we are running right now. |
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.
I think of "VeryVerbose" as the standard name for this and it has the benefit of matching "vv" but this is not very important.
56f13a5
to
b04fb75
Compare
@ZenGround0 agree. Changed the terminology. |
This helps debug issues like the Miner Runtime Architecture segregation issues reported here: #6861, where there might be a mix up of environment variables, repos, etc. leading to the wrong API endpoints being used.