Use a Logger instead of print()
还没有人认领这个 Issue。
评估
调研方向
首先定位基准测试套件中的 print() 调用,并检查其输出目前是如何使用的。确定哪些情况应使用 logging.Logger,然后验证相关输出在没有直接调用 print() 的情况下仍能正常工作;该 issue 未指明任何文件或测试,因此需要额外的项目指导。
由索引模型根据 Issue 内容生成。
描述
The code frequently print()s to stdout. Most of those cases should probably be replaced with a logging.Logger.
- 主要语言
- Python
- 星标
- 1k
- 派生
- 203
- 平均合并
- 1 小时 20 分钟
- 30 天内合并 PR
- 2
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
python/pyperformance 的其他 Issue
-
难度 2/5 1-3 小时 新手友好度 75/100
python/pyperformance#346 · 3 条评论 ·
-
python/pyperformance#474 · 4 个 reaction · 已指派 1 人 ·
-
难度 3/5 1-2 天 新手友好度 25/100
python/pyperformance#473 ·
-
难度 3/5 1-2 天 新手友好度 55/100
python/pyperformance#464 ·
-
难度 4/5 3-5 天 新手友好度 48/100
python/pyperformance#460 · 2 条评论 · 1 个 reaction ·