-
Notifications
You must be signed in to change notification settings - Fork 552
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
Verbose flags for for network or scaffold sub-commands #3077
Comments
We are working on adding more verbosity to serve with a debugging feature and more ! |
A debugging feature is more from Developer point view. It will be helpful to have more verbose logs to troubleshoot or understand overall working of the blockchain. example:
So similar information needed for also every command/sub-command based operations. May be not subcommands but selected sub-commands, will help a lot for troubleshooting 🙏🏽 Just like any other binary/project (e.g. kubernetes ☸) ignite can verbose flags to output more text/logs on stdout. |
You can now run in debug with the |
Is your feature request related to a problem or issue you encountered? Please describe.
Can we have Verbose flags for for network or scaffold sub-commands?
Describe the solution you'd like
How to enable verbose logging (on shell) for network or scaffold sub-commands?
As of now we have verbose option for all sub-commands of ignite chain
Like ignite chain serve -v or ignite chain simulate -h or ignite chain build -h
It will be great if have similar options for other sub-commands like ignite network or ignite scaffold.
Describe alternatives you've considered
Also can we have environment variables which will be detected by
ignite
command to set verbosity of log messages.e.g.
IG_VERBOSE=WARN
We may use similar structure from app cli --log_level from Global Flags.
--log_level string The logging level (trace|debug|info|warn|error|fatal|panic) (default "info")
The text was updated successfully, but these errors were encountered: