From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [IPv6:2a01:7e0:0:424::9]) by lore.proxmox.com (Postfix) with ESMTPS id 3EDEA1FF173 for ; Mon, 9 Dec 2024 10:43:34 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id EB7642DA3B; Mon, 9 Dec 2024 10:43:35 +0100 (CET) From: Gabriel Goller To: pbs-devel@lists.proxmox.com Date: Mon, 9 Dec 2024 10:43:25 +0100 Message-Id: <20241209094329.134802-1-g.goller@proxmox.com> X-Mailer: git-send-email 2.39.5 MIME-Version: 1.0 X-SPAM-LEVEL: Spam detection results: 0 AWL -0.036 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DMARC_MISSING 0.1 Missing DMARC policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment RCVD_IN_VALIDITY_CERTIFIED_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. RCVD_IN_VALIDITY_RPBL_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. RCVD_IN_VALIDITY_SAFE_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Subject: [pbs-devel] [PATCH proxmox{, -backup, -perl-rs} 0/4] Rename/Move logging init helper X-BeenThere: pbs-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox Backup Server development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Proxmox Backup Server development discussion Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: pbs-devel-bounces@lists.proxmox.com Sender: "pbs-devel" 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 _______________________________________________ pbs-devel mailing list pbs-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pbs-devel