graphouse icon indicating copy to clipboard operation
graphouse copied to clipboard

Debug log messages in graphouse.py used log.info

Open IldarMinaev opened this issue 8 years ago • 1 comments

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

IldarMinaev avatar Aug 09 '17 13:08 IldarMinaev

cc @vvv1559

AndreevDm avatar Aug 09 '17 13:08 AndreevDm