Learning-Python-Team / Learning-Python-Team/Chess
Add module specific logging.
オープン
まだ誰も着手していません。
enhancement
- 主要言語
- Python
- スター
- 4
- フォーク
- 7
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
The current logging logs everything to the root logger, but it seems to be customary for each module to have its own logger and for root to control them but not be used.
I tried my hand at it a bit already, see the commented code at the start of main and board.
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
まず main と board の冒頭にあるコメントアウトされた logging コードを読み、次に各モジュールで logging がどのように設定・使用されているかを確認します。各モジュールが独自の logger を使用し、root logger がその出力を制御しながら、既存の動作が維持されれば作業は完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- python
- 領域
- observability
- issue の種類
- リファクタリング
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 35/100