Hide Forgot
Description of problem: Every 10 seconds Salt Minion logs the following event into /var/log/messages filling the log: admin01 salt-minion: {'jid': '12345678910111213', 'return': None, 'success': True, 'pid': 39743, 'fun': 'ceph.heartbeat', 'id': 'admin01 It seems salt-minion writes this to stdout/stderr (and systemd puts it in /var/log/messages). Can this heartbeat be relocated to /var/log/salt/minion directory to prevent spamming the /var/log/messages? [root@admin01 salt]# rpm -qa|grep salt salt-master-2014.1.5-3.el7cp.noarch salt-minion-2014.1.5-3.el7cp.noarch salt-2014.1.5-3.el7cp.noarch Version-Release number of selected component (if applicable): Red Hat Ceph 1.3.1 and 1.3.2 salt-2014.1.5-3.el7cp.noarch
We should be able to tweak it by changing either the location of log_file or at least setting log_level up from warning https://docs.saltstack.com/en/latest/ref/configuration/minion.html#minion-logging-settings
Patch not available yet, re-targeting to 1.3.4.