ClickHouse / ClickHouse/graphouse
Debug log messages in graphouse.py used log.info
Open
- Dominant language
- Java
- Stars
- 261
- Forks
- 55
- PR merge metrics
- No merged PRs in 30d
Description
graphouse.py use log.info for DEBUG messages:
https://github.com/yandex/graphouse/blob/f41cc517ac519fd0c2bab259d595894b63268dbf/src/main/pySources/graphouse.py#L78
https://github.com/yandex/graphouse/blob/f41cc517ac519fd0c2bab259d595894b63268dbf/src/main/pySources/graphouse.py#L104
I suppose it must be log.debug.
Also this can be changed to log.error, I believe:
https://github.com/yandex/graphouse/blob/f41cc517ac519fd0c2bab259d595894b63268dbf/src/main/pySources/graphouse.py#L82
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.