Closed
Description
Currently you can infinitely accumulate logs (the ones produced by --log-dir
).
Well, maybe not infinitely, if you restart your machine I guess it would reset the pid counter and overwrite old files, but still.
Probably easy enough to just delete everything older than n days? Maybe we only do this if there are > n log files.