[pbs-devel] applied: [PATCH proxmox-backup] pbs-client: remove `log` dependency and migrate to `tracing`
Thomas Lamprecht
t.lamprecht at proxmox.com
Tue Feb 11 20:16:29 CET 2025
Am 03.12.24 um 12:06 schrieb Gabriel Goller:
> Remove the `log` dependency in pbs-client and change all the invocations
> to tracing logs.
> No functional change intended.
>
> Signed-off-by: Gabriel Goller <g.goller at proxmox.com>
> ---
> pbs-client/Cargo.toml | 2 +-
> pbs-client/src/backup_writer.rs | 51 ++++++++++++-------------
> pbs-client/src/catalog_shell.rs | 5 ++-
> pbs-client/src/http_client.rs | 21 ++++++-----
> pbs-client/src/pxar/create.rs | 56 ++++++++++++++--------------
> pbs-client/src/pxar/extract.rs | 35 ++++++++---------
> pbs-client/src/pxar/metadata.rs | 9 +++--
> pbs-client/src/pxar/tools.rs | 11 +++---
> pbs-client/src/pxar_backup_stream.rs | 3 +-
> pbs-client/src/task_log.rs | 5 ++-
> pbs-client/src/tools/key_source.rs | 3 +-
> 11 files changed, 103 insertions(+), 98 deletions(-)
>
>
applied this already quite a while ago (got included in v3.3.2), thanks!
More information about the pbs-devel
mailing list