Increase Log Level Before Release
- Dominant language
- Python
- Stars
- 1
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
[develop-2.0/lib/cdi-linking/cdilinker/linker/algorithms.py](https://github.com/bcgov-c/data-linking/blob/develop-2.0/lib/cdi-linking/cdilinker/linker/algorithms.py#L16)
Review comment: let's change the level to a higher value so that
only error and serious issues are logged when we release this
product instead of logging debug, info etc. (as those are useful for developers
but not for end users).
Let's do it everywhere it is relevant/applicable. As for example we have one in this file: Also let's set the logging level to something higher than debug before release.
https://github.com/bcgov-c/data-linking/blob/develop-2.0/lib/cdi-linking/cdilinker/linker/chunked_dedup.py#L18
Contributor guide
Assessment
This issue has not been assessed yet.