From: Lukas Wagner <l.wagner@proxmox.com>
To: pdm-devel@lists.proxmox.com
Subject: [pdm-devel] [PATCH datacenter-manager 0/2] access/auth/task-log rotation
Date: Thu, 27 Nov 2025 16:37:06 +0100 [thread overview]
Message-ID: <20251127153708.393210-1-l.wagner@proxmox.com> (raw)
Lukas Wagner (2):
server: add jobstate module from PBS
server: add task log, auth log and access log rotation
server/src/bin/proxmox-datacenter-api/main.rs | 2 +-
.../proxmox-datacenter-api/tasks/logrotate.rs | 195 ++++++++++++
.../bin/proxmox-datacenter-api/tasks/mod.rs | 2 +
.../bin/proxmox-datacenter-privileged-api.rs | 5 +-
server/src/jobstate.rs | 299 ++++++++++++++++++
server/src/lib.rs | 1 +
6 files changed, 501 insertions(+), 3 deletions(-)
create mode 100644 server/src/bin/proxmox-datacenter-api/tasks/logrotate.rs
create mode 100644 server/src/jobstate.rs
--
2.47.3
_______________________________________________
pdm-devel mailing list
pdm-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pdm-devel
next reply other threads:[~2025-11-27 15:36 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-27 15:37 Lukas Wagner [this message]
2025-11-27 15:37 ` [pdm-devel] [PATCH datacenter-manager 1/2] server: add jobstate module from PBS Lukas Wagner
2025-11-27 15:37 ` [pdm-devel] [PATCH datacenter-manager 2/2] server: add task log, auth log and access log rotation Lukas Wagner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20251127153708.393210-1-l.wagner@proxmox.com \
--to=l.wagner@proxmox.com \
--cc=pdm-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.