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

Fix log rotation #410

Merged
merged 4 commits into from
Mar 19, 2024
Merged

Fix log rotation #410

merged 4 commits into from
Mar 19, 2024

Conversation

LinqLover
Copy link
Contributor

Previously the counter was never updated, which occupied >145 MB in one of my images. This patch fixes log rotation and truncates existing oversized logs via postscript.

@LinqLover LinqLover added the bug label Jan 10, 2024
@LinqLover LinqLover requested a review from j4yk January 10, 2024 17:34
@LinqLover LinqLover self-assigned this Jan 10, 2024
@LinqLover
Copy link
Contributor Author

@j4yk These failing tests was not me! No idea what was changed w.r.t. ImageSegments in the recent past ...

@j4yk j4yk merged commit 7534ab5 into hpi-swa:develop Mar 19, 2024
1 of 6 checks passed
@j4yk
Copy link
Collaborator

j4yk commented Mar 19, 2024

I have moved the "migration" code from the postscript to a class method, to avoid the class variables access through the dictionary protocol.

@LinqLover
Copy link
Contributor Author

Thanks! The above comment still is unresolved, right? 😬

@j4yk
Copy link
Collaborator

j4yk commented Mar 19, 2024

The test failure around the SmartRefStream serialization of a workspace morph is still unresolved, yes...

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

Successfully merging this pull request may close these issues.

2 participants