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

Logging to /tmp/lvm.log without cleanup #1155

Closed
spameier opened this issue Sep 24, 2023 · 1 comment · Fixed by #1156
Closed

Logging to /tmp/lvm.log without cleanup #1155

spameier opened this issue Sep 24, 2023 · 1 comment · Fixed by #1156

Comments

@spameier
Copy link

In lvm.py the variable config_string is set to log at level 7 to /tmp/lvm.log. This leads to an ever growing log file in the /tmp/ partition (example: https://lists.ovirt.org/archives/list/[email protected]/message/MTRSJUUH6GXT7GSF46YK4PPW6G522DQ4/).

The behaviour was changed from debug only to always on in 29bae37.

vojtechtrefny added a commit to vojtechtrefny/blivet that referenced this issue Sep 24, 2023
This was changed to always enabled by accident in storaged-project#972.

Fixes: storaged-project#1155
@vojtechtrefny
Copy link
Member

Thank you for the report, the change definitely wasn't intentional, we'll change the logging back to debug only.

vojtechtrefny added a commit to vojtechtrefny/blivet that referenced this issue Sep 24, 2023
This was changed to always enabled by accident in storaged-project#972.

Fixes: storaged-project#1155
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