I have Duplicacy CLI set up, along with a bunch of wrapper scripts, for about 2 years now. I recently finished off some parts that I didn’t fully integrate, like prune. I capture all the output and create & manage my own log files, and I recently discovered that prune is now always also creating its own log files in .duplicacy/logs
. Is there any way to disable that? It seems very inconsistent that that’s the only command with that behavior (force creating its own logs), I’d expect it to only log if an argument to do so was given. I’d prefer not to resort to setting that dir as read only or deleting it from my wrappers, but will do so if needed.
Related:
by default Duplicacy always produces a prune log and saved it under the .duplicacy/logs folder
Missing Chunks · gilbertchen/duplicacy Wiki · GitHub
and Prune operation creates spurious (empty) log file
Thanks!