libgit2 / libgit2/libgit2sharp
Logging pollutes log messages of contained programs
まだ誰も着手していません。
- 主要言語
- C#
- スター
- 3.5k
- フォーク
- 925
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
You are opening a bug report against the LibGit2Sharp project: we
use GitHub Issues for tracking bug reports and feature requests. If
you have a question about an API or usage, please ask on StackOverflow:
http://stackoverflow.com/questions/tagged/libgit2sharp.
Otherwise, to report a bug, please fill out the reproduction steps
(below) and delete these introductory paragraphs. Thanks!
Reproduction steps
Set GlobalSettings.LogConfiguration
Pass log messages from libgit2sharp to your own logging solution
Expected behavior
Libgit2sharp does not send an unidentifiable Logging enabled at level logmessage that we cannot disable
Actual behavior
Libgit2sharp sends an unidentifiable Logging enabled at level logmessage that we cannot disable and which confuses our users because it is not the same loglevel name as they set in our app config.
Version of LibGit2Sharp (release number or SHA1)
Operating system(s) tested; .NET runtime tested
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
まず、GlobalSettings.LogConfiguration をたどって、正確なメッセージ "Logging enabled at level" の発生源を特定します。メッセージがどのように出力されるか、また設定された logging の動作によってそのメッセージを抑制できるか、または正しく識別できるかを確認します。完了とは、内包されたプログラムが識別不能なメッセージを受け取らなくなることです。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- csharp
- 領域
- observability
- issue の種類
- バグ
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 35/100