This is a small quality of life question. Is there...
# questions
g
This is a small quality of life question. Is there a way to configure the logger so that it gives dates in ISO format (YYYY-MM-DD) rather than MM/DD/YYYY format?
K 1
j
You can adjust logging in the logging.yml configuration. See https://docs.kedro.org/en/stable/logging/index.html
g
Perfect. Thank you!