getappmap / getappmap/appmap-java
The agent appends to a single log file, instead of creating a new one for each run
オープン
@apotterri がすでに取り組んでいます。
2024年4月10日 から。
enhancement
- 主要言語
- Java
- スター
- 88
- フォーク
- 17
- 平均マージ
- 2日 2時間
- マージ済み PR(30日)
- 1
説明
Currently, the agent creates a new log file, named with the current timestamp, each time it's run. Instead, it should only create a small number of files (maybe only 1), and append to it.
One approach could be to use tinylog's rolling file writer, with a low backup count.
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
評価
この issue はまだ評価されていません。