google/python-fire

Logging messages don't using logging

开放

#353 创建于 2021年8月26日

 (4 条评论) (2 个反应) (0 位负责人)Python (1,418 个派生)batch import
enhancementhelp wanted

仓库指标

星标
 (26,214 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南