]> git.sesse.net Git - bcachefs-tools-debian/commit
rust: replace tracing with logger
authorAlexander Fougner <fougner89@gmail.com>
Mon, 16 Jan 2023 16:08:52 +0000 (17:08 +0100)
committerAlexander Fougner <fougner89@gmail.com>
Wed, 18 Jan 2023 05:47:46 +0000 (06:47 +0100)
commit8accfdc3c596bfe5cbd10dac3f1650192981eb17
treee93535eb6ded70806cc7518fb453448d569abaa1
parent20aecb42d8d1c869b17b38b979b9f2f7cbd2ca34
rust: replace tracing with logger

tracing framework is a overengineered for simple mount helper. Add a
few very barebone logging macros to allow configurable verbosity and
colorized output with a small footprint.

Signed-off-by: Alexander Fougner <fougner89@gmail.com>
rust-src/bch_bindgen/Cargo.lock
rust-src/bch_bindgen/Cargo.toml
rust-src/bch_bindgen/src/lib.rs
rust-src/bch_bindgen/src/log.rs [new file with mode: 0644]
rust-src/bch_bindgen/src/rs.rs
rust-src/mount/Cargo.lock
rust-src/mount/Cargo.toml
rust-src/mount/src/filesystem.rs
rust-src/mount/src/key.rs
rust-src/mount/src/lib.rs
rust-src/mount/src/main.rs