ZenML Documentation
Home
Blog
GitHub
Search…
0.12.0
Getting Started
Introduction
Core Concepts
Installation
Quickstart
Examples & Use-Cases
Learn MLOps with ZenML (ZenBytes)
See Full ZenML Examples (ZenFiles)
See Integration Examples
Developer Guide
Steps & Pipelines
Stacks, Profiles, Repositories
Advanced Usage
MLOps Stacks
Categories of MLOps Tools
Integration Overview
Orchestrators
Artifact Stores
Metadata Stores
Container Registries
Secrets Managers
Data Validators
Experiment Trackers
Model Deployers
Step Operators
Alerters
Feature Stores
Annotators
Cloud Guide
Overview: Options for Deploying Infrastructure
AWS
GCP
Azure
Collaborate
Collaborate with ZenML
Export/Import Stacks
Share Stacks and Profiles via ZenStores
Organization-Wide Collaboration with ZenServer
Resources
Join the Slack Community
Community Events
Blog
Podcast
YouTube
Newsletter
Roadmap
Contribution Guide
External Integration Guide
Best Practices
Global Configuration
System Environmental Variables
Usage Analytics
FAQ
Reference
Glossary
CLI Cheat Sheet
CLI Reference
API Reference
Powered By
GitBook
System Environmental Variables
How to control ZenML behavior with environmental variables
There are a few pre-defined environmental variables that can be used to control some of the behavior of ZenML. See the list below with default values and options:
Choose from
INFO
,
WARN
,
ERROR
,
CRITICAL
,
DEBUG
:
ZENML_LOGGING_VERBOSITY
=
INFO
Explicit path to the ZenML repository:
ZENML_REPOSITORY_PATH
Name of the active profile, see
Setting Stacks and Profiles with Environment Variables
:
ZENML_ACTIVATED_PROFILE
Name of the active stack, see
Setting Stacks and Profiles with Environment Variables
:
ZENML_ACTIVATED_STACK
Setting to
false
disables analytics:
ZENML_ANALYTICS_OPT_IN=true
Setting to
true
switches to developer mode:
ZENML_DEBUG
=
false
When
true
, this prevents a pipeline from executing:
ZENML_PREVENT_PIPELINE_EXECUTION
=
false
Set to
false
to disable the
rich
traceback:
ZENML_ENABLE_RICH_TRACEBACK
=
true
Path to global ZenML config:
ZENML_CONFIG_PATH
Setting to
false
disables integrations logs suppression:
ZENML_SUPPRESS_LOGS
=
false
Resources - Previous
Global Configuration
Next - Resources
Usage Analytics
Last modified
6d ago
Copy link