You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
We don't support env vars for log level and format but these are nice to have for users.
Describe the behavior you'd like
When a user supplies an either the ZARF_LOG_LEVELZARF_LOG_FORMAT env var, these should percolate through the CLI layer and into logger setup. In the event that a flag is also supplied, the flag value takes precedence.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
We don't support env vars for log level and format but these are nice to have for users.
Describe the behavior you'd like
When a user supplies an either the
ZARF_LOG_LEVEL
ZARF_LOG_FORMAT
env var, these should percolate through the CLI layer and into logger setup. In the event that a flag is also supplied, the flag value takes precedence.The text was updated successfully, but these errors were encountered: