teragrep / cfe_41

Integration Command-line
GNU Affero General Public License v3.0
0 stars 0 forks source link

Directory insertion rewrite mechanic #6

Open Nefarious46 opened 2 weeks ago

Nefarious46 commented 2 weeks ago

Description Currently filing object does not rewrite or do anything with new config files that are being created. It does not archive them or delete anything before creating new files...? Should maybe do something so that it does not append more and more configs when the file persists between requests. Possibly delete file and re-create when starting the request?

Nefarious46 commented 2 weeks ago

After some though refactoring was done. Does currently deleteIfExists on previous existing files and creates new one when need be.

Awaiting review during initial release.