[SOLVED] (...once again...) Logging cadence

ph0x

Renowned Member
Jul 5, 2020
1,327
220
73
/dev/null
Hello everony!

Upon setting up an rsyslog server I realized, that proxmox-backup-api logs every ten seconds "successful auth for user backup@pbs" to syslog.
Has anyone an idea if I can adjust the logging cadence and if so, where to do it?

Regards
Marco
 
You cant adjust it, but you can purge it, burn it to ashes...

Maybe sometime they will implement tickets for it so it becomes less.

cat << 'EOF' > /etc/rsyslog.d/01-blocklist.conf
if $msg contains "successful auth" and $msg contains "backup@pbs" then {
stop
}
EOF

systemctl restart rsyslog
 
  • Like
Reactions: LnxBil and ph0x

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!