-
Notifications
You must be signed in to change notification settings - Fork 214
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
Log level feature #303
Log level feature #303
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR! Looks good to me overall, but I would prefer to create our own copy of the LevelFilter
enum instead of adding a log
dependency to the bootloader_api
crate (see my comments below).
Since |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks for the quick update!
Hello,
This PR adds a log_level configuration in bootloader_api. Now, the developers of the kernel can change which kind of messages are shown in the screen when booting.
Thanks for this project.
(This is the replacement of #292)
Resolves #288