Skip to content
This repository has been archived by the owner on Sep 1, 2024. It is now read-only.

Commit

Permalink
LevelFilter::Info by default
Browse files Browse the repository at this point in the history
  • Loading branch information
memN0ps committed May 4, 2024
1 parent 4643f3f commit 624addc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uefi/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ fn panic_handler(info: &core::panic::PanicInfo) -> ! {
#[entry]
fn main(_image_handle: Handle, mut system_table: SystemTable<Boot>) -> Status {
// Initialize logging with the COM2 port and set the level filter to Trace.
logger::init(SerialPort::COM1, LevelFilter::Trace);
logger::init(SerialPort::COM1, LevelFilter::Info);

// Initialize UEFI services.
uefi::helpers::init(&mut system_table).unwrap();
Expand Down

0 comments on commit 624addc

Please sign in to comment.