getappmap / appmap-java

AppMap client agent for Java
Other
80 stars 14 forks source link

The agent appends to a single log file, instead of creating a new one for each run #272

Open apotterri opened 4 months ago

apotterri commented 4 months ago

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.