Hi, In my recent Kedro project, for some reason t...
# questions
y
Hi, In my recent Kedro project, for some reason the logs during
kedro run
contain a ton of such logs, which are probably related to dataset factories. The pipelines and the viz run perfectly fine, it resolves all factories correctly, but the logs are hard to read because they're almost fully occupied by that. Has anyone encountered this recently?
Those logs are generated by
parse.py
of the standard Python library, line 436
Ok I resolved this by specifying
level: INFO
for
rich
handler I though it is its default value
d
Yeah we should look at providing docs on how to filter these out