Skip to content

Commit d7de3f5

Browse files
committed
fix: Initialization success output should use info!
1 parent 05990bc commit d7de3f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • crates/emmylua_ls/src/logger

crates/emmylua_ls/src/logger/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ pub fn init_logger(root: Option<&str>, cmd_args: &CmdArgs) {
9292
}
9393

9494
let uri = file_path_to_uri(&log_file_path).unwrap();
95-
eprintln!("init logger success with file: {}", uri.as_str());
95+
info!("init logger success with file: {}", uri.as_str());
9696
info!("{} v{}", CRATE_NAME, CRATE_VERSION);
9797
}
9898

0 commit comments

Comments
 (0)