mendhak / mendhak/docker-http-https-echo
Option to restrict logging further
未關閉
還沒有人認領這個 Issue。
- 主要語言
- Shell
- 星號
- 792
- 分支
- 152
- 平均合併
- 3 天 18 小時
- 30 天內合併 PR
- 3
描述
Hi,
it would be nice if there was an option to restrict logging further:
- either completely deactivate logging
- specify more than one path with
LOG_IGNORE_PATH
The latter could be implemented by doing a regex match instead of a string comparison.
Without requests being logged, one could assure that no personal or secret data gets leaked.
Cheers
Volker
貢獻指南
這個儲存庫沒有索引到貢獻指南
從這裡開始
- 先讀完整個 Issue,再讀專案的貢獻指南。
- 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 Issue 編號。
研究方向
首先在儲存庫中定位 LOG_IGNORE_PATH 和請求記錄的進入點。確認目前如何篩選記錄,然後將完成條件定義為支援停用記錄和多個忽略路徑,同時防止記錄被排除的請求;issue 中未指定測試或檔案。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- docker, shell
- 領域
- backend, devops
- Issue 類型
- 功能
- 難度
- 4/5
- 預估耗時
- 3-5 天
- 活躍度
- 停滯
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100