Environment Variables
How to control ZenML behavior with environmental variables.
Logging verbosity
export ZENML_LOGGING_VERBOSITY=INFOLogging format
export ZENML_LOGGING_FORMAT='%(asctime)s %(message)s'Disable step logs
export ZENML_DISABLE_STEP_LOGS_STORAGE=trueZenML repository path
export ZENML_REPOSITORY_PATH=/path/to/somewhereAnalytics
Debug mode
Active stack
Prevent pipeline execution
Disable rich traceback
Disable colorful logging
Disable stack validation
Ignore untracked code repository files
ZenML global config path
CLI output formatting
Default output format
Terminal width override
Server configuration
Client configuration
Last updated
Was this helpful?