Andreas Adamides
11/23/2022, 12:09 PMKedro now uses the Rich library to format terminal logs and tracebacks
Is there any way to revert to plain console logging and not use rich logging when running a Kedro pipeline using the Sequential Runner from the API and not via kedro
CLI?
runner = SequentialRunner()
runner.run(pipeline_object, catalog, hook_manager)
I tried to look for configuration, but I believe you can only add configuration if you are in a kedro project and intend to run with Kedro CLI.
Any ideas?datajoely
11/23/2022, 12:20 PMconf
folder you may have a logging.yml
if you don’t you can copy and paste this example (and update the cookiecutter placeholders) here and tweak the rich part with the standard logging handlerNok Lam Chan
11/24/2022, 2:40 PMAndreas Adamides
11/24/2022, 2:49 PMdatajoely
11/24/2022, 2:51 PMAndreas Adamides
11/25/2022, 10:24 AMdatajoely
11/25/2022, 10:27 AMNok Lam Chan
11/25/2022, 11:15 AM