[pdm-devel] applied: [PATCH datacenter-manager 0/2] access/auth/task-log rotation
Thomas Lamprecht
t.lamprecht at proxmox.com
Mon Dec 1 04:11:04 CET 2025
On Thu, 27 Nov 2025 16:37:06 +0100, Lukas Wagner wrote:
> 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
>
> [...]
Applied, thanks!
And that just in time, the now for the first time ever rotated log shows that I
got 1.7 GB of access logs already:
# wc /var/log/proxmox-datacenter-manager/api/access.log.1
9449236 151187722 1727726846 /var/log/proxmox-datacenter-manager/api/access.log.1
[1/2] server: add jobstate module from PBS
commit: d60c33a01bcdc38f0f7595b46ae4a443ec1d7cb1
[2/2] server: add task log, auth log and access log rotation
commit: 757bd85af4e2df304ca9d809148212d59eaa7ca5
More information about the pdm-devel
mailing list