Control logging
Configuring ZenML's default logging behavior
ZenML produces various kinds of logs:
This section talks about how users can control logging behavior in these various environments.
Last updated
Configuring ZenML's default logging behavior
ZenML produces various kinds of logs:
This section talks about how users can control logging behavior in these various environments.
Last updated
The produces server logs (like any FastAPI server).
The environment produces logs, for example after running a pipeline. These are steps that are typically before, after, and during the creation of a pipeline run.
The (on the orchestrator level) produces logs when it executes each step of a pipeline. These are logs that are typically written in your steps using the python logging
module.