[pbs-devel] applied: [PATCH] notify: migrate from `log` to `tracing`
Thomas Lamprecht
t.lamprecht at proxmox.com
Thu Dec 5 13:22:55 CET 2024
Am 05.12.24 um 11:18 schrieb Gabriel Goller:
> Migrated from `log` to `tracing`. Imported `tracing` only as it has a
> smaller footprint (and less dependencies) than `proxmox_log`.
>
> Signed-off-by: Gabriel Goller <g.goller at proxmox.com>
> ---
> proxmox-notify/Cargo.toml | 2 +-
> proxmox-notify/src/config.rs | 6 ++++--
> proxmox-notify/src/context/common.rs | 4 +++-
> proxmox-notify/src/context/pbs.rs | 8 +++++---
> proxmox-notify/src/endpoints/smtp.rs | 2 +-
> proxmox-notify/src/lib.rs | 25 +++++++++++--------------
> proxmox-notify/src/matcher.rs | 5 +++--
> proxmox-notify/src/renderer/mod.rs | 3 ++-
> 8 files changed, 30 insertions(+), 25 deletions(-)
>
>
applied, with Lukas R-b, thanks!
More information about the pbs-devel
mailing list