Hello team, I am using conf/local to overwrite the...
# questions
i
Hello team, I am using conf/local to overwrite the configuration in conf/base, and every time a node loads a parameter/file that exists in both local and base files, it shows the following logs, which are very annoying and make following the relevant logs harder. Is there an easy way to remove/hide these kedro.config.common logs? (using kedro 0.18.8)
d
in your
logging.yml
you could provide a filter in the YAML equivalent to
logging.dictConfig
(which is what Kedro does behind the scenes) https://stackoverflow.com/questions/21455515/install-filter-on-logging-level-in-python-using-dictconfig
d
I'm actually a bit confused why these are
INFO
logs. From what I see in the code, they should be
DEBUG
logs that are ignored by default.
i
And why could that happen? This is what logging.yml file looks like:
i
whats up tocayo, i don't have anything relevant to add but nice to see another Iñigo 😆
🚀 2
🙌 1