Disable colorful logging
How to disable colorful logging in ZenML.
Last updated
How to disable colorful logging in ZenML.
Last updated
By default, ZenML uses colorful logging to make it easier to read logs. However, if you wish to disable this feature, you can do so by setting the following environment variable:
Note that setting this on the client environment (e.g. your local machine which runs the pipeline) will automatically disable colorful logging on remote pipeline runs. If you wish to only disable it locally, but turn on for remote pipeline runs, you can set the ZENML_LOGGING_COLORS_DISABLED
environment variable in your pipeline runs environment as follows: