coder / vscode-coder

Open any Coder workspace in VS Code with a single click.
MIT License
49 stars 12 forks source link

Remove old log files #270

Open code-asher opened 1 month ago

code-asher commented 1 month ago

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.