Exclude camera serving from logs

In an effort to trim my HA installation as much as possible I’m wondering if there’s a way to remove this:

Any ideas?

Take a look at the logger component.
I’m setting the log level to ‘warn’ and enable components i need.

logger:
  default: warn
  logs:
    homeassistant.components.updater: debug
    homeassistant.components.automation: info
    homeassistant.components.notify: info
    homeassistant.components.recorder: debug
#    homeassistant.components.script: error
#    homeassistant.components.sensor: error
#    homeassistant.components.binary_sensor: info
#    homeassistant.components.switch: error
    homeassistant.components.mqtt: error
#    homeassistant.components.light: error

If you want to select the log level, take a look here.

1 Like