The problem I'm having is a log file growing and using all available disk space on the server. The server is RHEL on AWS EC2. The file causing problems is located in /tmp/systemd-private-*-httpd.service-*/tmp/heartbeat.log
The only module I see loaded that could be producing this log is lbmethod_heartbeat
. I however do not see any configuration for the module or logs.
How can I configure the location this log is placed in and rotate the log? Why is it being saved in the tmp
directory?