Skip to content

feat(launcher): prune ros2 logs older than a week on exit - #60

Merged
Arcod7 merged 1 commit into
feat-pixifrom
aes/fix-ros-log-accumulation
Sep 3, 2026
Merged

feat(launcher): prune ros2 logs older than a week on exit#60
Arcod7 merged 1 commit into
feat-pixifrom
aes/fix-ros-log-accumulation

Conversation

@Arcod7

@Arcod7 Arcod7 commented Sep 3, 2026

Copy link
Copy Markdown
Contributor

OP#206
ros2 writes a directory per launch and a file per node, and prunes neither. This workspace had reached 4,782 directories, 39,328 files and 913MB since May.

Prune on workspace exit, where the launcher already owns teardown. Symlinks are skipped so ros2's "latest" pointers survive, and a retention of 0 disables it.

~/.ros/

ros2 writes a directory per launch and a file per node, and prunes neither.
This workspace had reached 4,782 directories, 39,328 files and 913MB since
May.

Prune on workspace exit, where the launcher already owns teardown. Symlinks
are skipped so ros2's "latest" pointers survive, and a retention of 0 disables
it.
@Arcod7 Arcod7 self-assigned this Sep 3, 2026
@Arcod7
Arcod7 merged commit 10a2cf2 into feat-pixi Sep 3, 2026
@Arcod7
Arcod7 deleted the aes/fix-ros-log-accumulation branch September 3, 2026 09:33
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 this pull request may close these issues.

3 participants