getappmap / getappmap/appmap-java
The agent appends to a single log file, instead of creating a new one for each run
Đang mở
@apotterri đang làm issue này rồi.
Từ ngày 10/4/2024.
enhancement
- Ngôn ngữ chính
- Java
- Star
- 88
- Fork
- 17
- Merge trung bình
- 2 ngày 2 giờ
- Pull request đã merge (30 ngày)
- 1
Mô tả
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.
Hướng dẫn đóng góp
Bắt đầu từ đâu
- Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
- Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
- Fork repository và làm thay đổi trên một nhánh.
- Mở pull request có tham chiếu số hiệu của issue.
Đánh giá
Issue này chưa được đánh giá.