all lists on lists.proxmox.com
 help / color / mirror / Atom feed
* [pbs-devel] [PATCH proxmox/proxmox-backup v2 0/1] Improved panic errors with formatted strings
@ 2025-01-21 13:11 Laurențiu Leahu-Vlăducu
  2025-01-21 13:11 ` [pbs-devel] [PATCH proxmox-backup v2 1/1] proxy/parallel_handler: " Laurențiu Leahu-Vlăducu
  2025-01-21 13:11 ` [pbs-devel] [PATCH proxmox v2 1/1] rest-server: " Laurențiu Leahu-Vlăducu
  0 siblings, 2 replies; 5+ messages in thread
From: Laurențiu Leahu-Vlăducu @ 2025-01-21 13:11 UTC (permalink / raw)
  To: pbs-devel

While I was working on some patches, I noticed that error messages
were not properly logged in some situations where we were formatting
errors (thus not logging errors defined at compile-time).

This patch series fixes the issues I had by patching the proxmox-rest-server,
but also fixes similar issues in PBS itself from happening in the future.

Changes since v1:
* use tracing::error instead of eprintln
* inline some variables when formatting


proxmox-backup:

Laurențiu Leahu-Vlăducu (1):
  proxy/parallel_handler: Improved panic errors with formatted strings

 src/bin/proxmox-backup-proxy.rs |  9 ++++++---
 src/tools/parallel_handler.rs   | 10 +++++-----
 2 files changed, 11 insertions(+), 8 deletions(-)


proxmox:

Laurențiu Leahu-Vlăducu (1):
  rest-server: Improved panic errors with formatted strings

 proxmox-rest-server/src/worker_task.rs | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

-- 
2.39.5



_______________________________________________
pbs-devel mailing list
pbs-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pbs-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2025-01-24 15:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-01-21 13:11 [pbs-devel] [PATCH proxmox/proxmox-backup v2 0/1] Improved panic errors with formatted strings Laurențiu Leahu-Vlăducu
2025-01-21 13:11 ` [pbs-devel] [PATCH proxmox-backup v2 1/1] proxy/parallel_handler: " Laurențiu Leahu-Vlăducu
2025-01-24  8:42   ` Thomas Lamprecht
2025-01-24 15:30     ` Laurențiu Leahu-Vlăducu
2025-01-21 13:11 ` [pbs-devel] [PATCH proxmox v2 1/1] rest-server: " Laurențiu Leahu-Vlăducu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal