[pbs-devel] [PATCH proxmox{, -backup, -perl-rs} 0/4] Rename/Move logging init helper
Gabriel Goller
g.goller at proxmox.com
Mon Dec 9 10:43:25 CET 2024
To make all the logging init functions easier to use renamed all and moved to
`init` module. Like this we don't have to use a e.g. 'init_pve_logger' function
in a shared helper, which isn't strictly true, as it can be pbs as well.
The is backwards compatible as the old functions have not been removed and are
only deprecated. This also means the first two `proxmox` patches can already be
applied independently of the other ones.
proxmox:
Gabriel Goller (2):
log: rename/move init functions
log: add logger for perlmod crates
proxmox-log/src/init.rs | 122 ++++++++++++++++++++++++++
proxmox-log/src/lib.rs | 87 +++++++++---------
proxmox-log/src/pve_task_formatter.rs | 31 +++++++
3 files changed, 199 insertions(+), 41 deletions(-)
create mode 100644 proxmox-log/src/init.rs
create mode 100644 proxmox-log/src/pve_task_formatter.rs
proxmox-backup:
Gabriel Goller (1):
log: use new init functions
pbs-tape/src/bin/pmt.rs | 3 +--
pbs-tape/src/bin/pmtx.rs | 3 +--
proxmox-backup-client/src/main.rs | 4 ++--
proxmox-file-restore/src/main.rs | 3 +--
pxar-bin/src/main.rs | 5 +++--
src/bin/proxmox-backup-api.rs | 3 +--
src/bin/proxmox-backup-debug.rs | 4 ++--
src/bin/proxmox-backup-manager.rs | 3 +--
src/bin/proxmox-backup-proxy.rs | 3 +--
src/bin/proxmox-tape.rs | 4 ++--
src/bin/sg-tape-cmd.rs | 3 +--
11 files changed, 16 insertions(+), 22 deletions(-)
proxmox-perl-rs:
Gabriel Goller (1):
log: use new init function, print to stderr and journald
common/src/logger.rs | 4 +++-
pmg-rs/Cargo.toml | 1 -
pmg-rs/src/lib.rs | 2 +-
pve-rs/Cargo.toml | 1 -
4 files changed, 4 insertions(+), 4 deletions(-)
Summary over all repositories:
18 files changed, 219 insertions(+), 67 deletions(-)
--
Generated by git-murpp 0.7.1
More information about the pbs-devel
mailing list