-
Notifications
You must be signed in to change notification settings - Fork 309
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
Feature: enhanced debug logging #1525
Comments
I think this is a good idea. We could add more debugging levels, so that |
@giuseppe I could imaging that we add |
|
Merged
This was referenced Sep 2, 2024
Let's close this for now, we can follow-up on more debug logs later. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think it's awesome that crun is able to log to journald using
--log=journald:IDENTIFIER
. Right now, it looks like that the project only logs warnings and errors occasionally:The
--debug
flag sets the verbosity fromLIBCRUN_VERBOSITY_ERROR
toLIBCRUN_VERBOSITY_WARNING
.Do you think it would make sense to add a more verbose debug logging mechanism which provides more information? I think that would play well together with CRI-O and conmon-rs.
cc @kolyshkin @giuseppe @haircommander
The text was updated successfully, but these errors were encountered: