[pbs-devel] [PATCH] notify: migrate from `log` to `tracing`
Lukas Wagner
l.wagner at proxmox.com
Thu Dec 5 13:02:50 CET 2024
On Thu Dec 5, 2024 at 11:18 AM CET, Gabriel Goller wrote:
> 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(-)
>
LGTM!
Reviewed-by: Lukas Wagner <l.wagner at proxmox.com>
More information about the pbs-devel
mailing list