-
Notifications
You must be signed in to change notification settings - Fork 914
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Write documentation on how to make a custom logging.yml in your project #1474
Comments
So much like the project CLI being removed from the template I'm fine with this living docs. However what do we think about a We could use it to create templates for custom CLI, logging, datasets etc. a bit like we do for Thoughts? |
I think it could help but I feel it is something that falls into the "nice to have" category. Although looking at the statistics seems people do use I just found that the |
|
It's actually here. Actually, I am only able to search it with the keywords I am not sure how many projects will need the |
Once logging.yml has been removed, we need to add to the docs how a user can create a custom logging.yml in their project conf. This should include one or more nice copy and pasteable examples that demonstrate things a user might actually want to change in their logging (e.g. change the logging level maybe?).
Note the
incremental
option discussed on https://docs.python.org/3/library/logging.config.html. Would be nice to show how that can be used to simply edit the logging config rather than needing to overwrite the whole file. See https://github.com/kedro-org/kedro/pull/1491/files#diff-3434028fb098b270c88bc7a0689c0e4bc358442e8f29672ddb6bf87c11a0e28f for an example of how this works. Ask me to explain...Makes sense to be done after #1469.
The text was updated successfully, but these errors were encountered: