-
Notifications
You must be signed in to change notification settings - Fork 567
Description
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")
Metadata
Metadata
Assignees
Labels
Type
Projects
Status