]> git.sesse.net Git - bcachefs-tools-debian/commit
chore: logger for idiomatic style and expanded logging levels
authorTruongSinh Tran-Nguyen <i@truongsinh.pro>
Wed, 26 Apr 2023 19:50:16 +0000 (12:50 -0700)
committerKent Overstreet <kent.overstreet@linux.dev>
Wed, 26 Apr 2023 21:46:23 +0000 (17:46 -0400)
commit47ec3ed6edb90c1117d0c79c382f03a3ed87c5ca
tree2aae100d0d553104b8276e8785865a7fc7b84991
parent4f6b28f54f09ee4498466d39cf550faeedd5614a
chore: logger for idiomatic style and expanded logging levels

Improve the Rust logger by adhering to idiomatic Rust conventions and
incorporating additional logging levels: warn, debug, and trace.

Signed-off-by: TruongSinh Tran-Nguyen <i@truongsinh.pro>
rust-src/Cargo.toml
rust-src/bch_bindgen/src/lib.rs
rust-src/bch_bindgen/src/log.rs [deleted file]
rust-src/src/cmd_list.rs
rust-src/src/cmd_mount.rs
rust-src/src/key.rs
rust-src/src/lib.rs
rust-src/src/logger.rs [new file with mode: 0644]