Skip to content

Commit

Permalink
refactor: set default log level to info
Browse files Browse the repository at this point in the history
  • Loading branch information
kanru committed Dec 25, 2024
1 parent 75f8f5d commit 45eeab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chewing_tip/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use chewing_capi::setup::chewing_new;

#[no_mangle]
unsafe extern "C" fn LibIME2Init() {
win_dbg_logger::rust_win_dbg_logger_init_debug();
win_dbg_logger::rust_win_dbg_logger_init_info();
log::debug!("libIME2 initialized");
}

Expand Down

0 comments on commit 45eeab0

Please sign in to comment.