ClickHouse / ClickHouse/graphouse

Debug log messages in graphouse.py used log.info

Open
#36 1 comment 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.