]> git.proxmox.com Git - proxmox-backup.git/commit
pxar-bin: remove `log` dependency, use `tracing` directly
authorGabriel Goller <g.goller@proxmox.com>
Wed, 4 Sep 2024 13:28:57 +0000 (15:28 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 5 Sep 2024 12:00:46 +0000 (14:00 +0200)
commit1de4974eebfbc0be9e05165acef84c6fb4535f5f
tree2879ff9a9a366470393bbb7349411d624e53d29f
parente97132bb64a203535c28214c1cec4c1e49cf9009
pxar-bin: remove `log` dependency, use `tracing` directly

When using the `log` to `tracing` translation layer, the messages get
padded with whitespaces. This bug will get fixed upstream [0], but in
the meantime we switch to the `tracing` macros.

[0]: https://github.com/tokio-rs/tracing/pull/3070

Tested-by: Christian Ebner <c.ebner@proxmox.com>
Reviewed-by: Christian Ebner <c.ebner@proxmox.com>
Signed-off-by: Gabriel Goller <g.goller@proxmox.com>
pxar-bin/Cargo.toml
pxar-bin/src/main.rs