In the conf directory find the logging.yml file an...
# questions
j
In the conf directory find the logging.yml file and change the values of level to WARNING for what you want. Here's a logging file from something I've been messing about with - https://github.com/jgriffi/wordle/blob/main/conf/logging.yml
👍 1
m
It's literally in the first line of your file:
Copy code
# To enable this custom logging configuration, set KEDRO_LOGGING_CONFIG to the path of this file.
😄 1
e
I think it was the answer to the previous question 🙂