getappmap / getappmap/appmap-java
The agent appends to a single log file, instead of creating a new one for each run
Aperta
@apotterri ci sta già lavorando.
Dal 10/4/2024.
enhancement
- Lingua principale
- Java
- Stelle
- 88
- Fork
- 17
- Merge medio
- 2g 2h
- PR unite (30g)
- 1
Descrizione
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.
Guida per i contributori
Apri la guida per i contributori
Come iniziare
- Leggi tutta la issue e poi la guida ai contributi del progetto.
- Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
- Fai un fork del repository e lavora su un branch.
- Apri una pull request che faccia riferimento al numero della issue.
Valutazione
Questa issue non è ancora stata valutata.