Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Directory .stellation grows with no pruning of old builds and logs #141

Closed
Rek-Malorm opened this issue Aug 13, 2023 · 1 comment · Fixed by #149
Closed

Directory .stellation grows with no pruning of old builds and logs #141

Rek-Malorm opened this issue Aug 13, 2023 · 1 comment · Fixed by #149

Comments

@Rek-Malorm
Copy link

Directory .stellation grows with no pruning of old builds and logs

When actively developing with a live server, a new build is produced for every change. One build for Frontend, one for Backend.
Frontend & Backend directories contain logs and a directory containing serve-builds.

If Autosave is enabled, this directory can quickly bloat with old builds and requires manual clearing. Without clearing, the directory quickly fills the available space until the server crashes.

image
image

@futursolo
Copy link
Owner

I have merged #149, which will be able to remove stale builds for stctl serve and stctl build.
Existing old builds can be cleaned with stctl clean.

I have kept old logs for the moment as it should not be very big.
Logs for stctl watch should eventually be printed to stdout and stderr once #4 is solved, which it will no longer be saved to files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants