Distribution: Debian/sid
So while I was watching the cutscene in Final Fantasy XII or when I left the game on overnight, Steam filled up about 1.6GB of log data to /var/log/syslog, /var/log/messages, and /var/log/user.log. I have no intention of increasing the log partition beyond 2GB as that is more than enough for my desktop machine. I even prevented the SystemD’s Journal from filling up the entire /var/log partition as well, so I went into logrotate.conf and changed from weekly to hourly. Now, this may not resolve the situation but I am trying to prevent Steam from logging to any of the log files in /var/log. “Hourly” is not ideal for logrotate, but since I have not had any intrusion attempts, I’m going to leave it on for now. I could go with “daily,” but if I do not know how to get Steam to write to the log files in /var/log, the same issue may occur.
Is there any way I can stop Steam from writing into /var/log partition? I mean, maybe redirect log writes to /dev/null unless I need to debug issues with Steam/Proton?