This is wonderful to hear, but in the mean time is would be the impact if these log files weren't able to be written to ? Say due to filling the disk ?Hey,
the loglevel right now is fixed on "info" for api/proxy. There is a patch in progress for controlling it using an env variable.
Preliminary patch: https://lists.proxmox.com/pipermail/pbs-devel/2023-August/006486.html (not merged and probably subject to change, just fyi)
find /var/log/proxmox-backup -mtime +90 -delete
proxmox-backup-manager node update --task-log-max-days 90
find /var/log/proxmox-backup -mtime +90 -delete
proxmox-backup-manager node update --task-log-max-days 90
When the patch is merged you will be able to set the LogLevel to `OFF`.Our current issue stems from using PBS-client to back up approximately 22TB of data every day. This process creates substantial log directories, as mentioned earlier. These extensive logs are not only consuming a significant amount of our storage space but also wearing down our SSDs to the point where we had to transition to using HDDs to store the log files. To mitigate this problem, we are seeking a way to either disable these logs.
Is this path merged yet? The fills my disk every day now with 90GB data (then the root disk is full).When the patch is merged you will be able to set the LogLevel to `OFF`.