google/python-fire

Logging messages don't using logging

Open

#353 创建于 2021年8月26日

在 GitHub 查看
 (4 评论) (2 反应) (0 负责人)Python (26,214 star) (1,418 fork)batch import
enhancementhelp wanted

描述

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.

贡献者指南