We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
/tmp/lvm.log
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/).
lvm.py
config_string
/tmp/
The behaviour was changed from debug only to always on in 29bae37.
The text was updated successfully, but these errors were encountered:
Enable LVM logging only in debug mode
ff2b51c
This was changed to always enabled by accident in storaged-project#972. Fixes: storaged-project#1155
Thank you for the report, the change definitely wasn't intentional, we'll change the logging back to debug only.
Sorry, something went wrong.
3b2b588
Successfully merging a pull request may close this issue.
In
lvm.py
the variableconfig_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.
The text was updated successfully, but these errors were encountered: