In Home Assistant I have an automation which is triggered every time an MQTT message arrives in a MQTT topic.
Each time several log entries are written to home-assistant.log (see below).
Question: how can I prevent these log entries from appearing in the log?
2020-12-15 12:16:37 INFO (MainThread) [homeassistant.components.automation.domoticz_sensor_state_temp] zz Domoticz domoticz_sensor_state_temp: Running automation actions
2020-12-15 12:16:37 INFO (MainThread) [homeassistant.components.automation.domoticz_sensor_state_temp] zz Domoticz domoticz_sensor_state_temp: Executing step call service
2020-12-15 12:16:37 INFO (MainThread) [homeassistant.components.automation.domoticz_sensor_state_temp] zz Domoticz domoticz_sensor_state_temp: Test condition template: True
2020-12-15 12:16:37 INFO (MainThread) [homeassistant.components.automation.domoticz_sensor_state_temp] zz Domoticz domoticz_sensor_state_temp: Executing step call service
For anyone wondering, that will only apply to the system log, it won’t stop logging to recorder/history/logbook. To prevent that you can add something like this to your configuration.yaml