google/python-fire

Logging messages don't using logging

オープン

#353 opened on 2021/08/26

 (4 件のコメント) (2 件のリアクション) (0 人の担当者)Python (1,418 件のフォーク)batch import
enhancementhelp wanted

Repository metrics

Stars
 (26,214 個のスター)
PR merge metrics
 (PR metrics pending)

説明

https://github.com/google/python-fire/blob/c1266d0dbb2114514fcf8be62044344b5a51c733/fire/core.py#L239 https://github.com/google/python-fire/blob/c1266d0dbb2114514fcf8be62044344b5a51c733/fire/core.py#L287

When I get the help message, includes INFO: messages like: INFO: Showing help with the command {cmd}

I would like such logging messages to use Python's logging framework which would allow me to suppress and redirect such messages.

コントリビューターガイド