Set logging format
How to set the logging format in ZenML.
Last updated
Was this helpful?
How to set the logging format in ZenML.
Last updated
Was this helpful?
If you want to change the default ZenML logging format, you can do so with the following environment variable:
The logging format must use the %
-string formatting style. Check out this page for all available attributes.
Note that setting this on the client environment (e.g. your local machine which runs the pipeline) will not automatically change the log format on remote pipeline runs. That means setting this variable locally with only effect pipelines that run locally.
If you wish to configure it also for remote pipeline runs, you can set the ZENML_LOGGING_FORMAT
environment variable in your pipeline runs environment as follows: