Option (setting) to disable/supress logging for component fully

Currently logging levels are:

critical
fatal
error
warning
warn
info
debug
notset

I would love to see one added that disables logging fully.

Example use case:
Due to the MJPEG camera’s creating a huge amount of errors in the logs that slow down (and even bring down HASS). I want to disable logging for the camera component completely. The errors are generated due to a bug in URLlib3 (and are submitted but not actioned on that side) so as such cannot be controlled by HASS.

With this option I can keep using the specific camera component but the same option might be relevant if other errors are generated that are outside HASS control.

+1 for me.

I’ve a similar case of a DHT11 Temperature sensor which keeps giving warning for faulty measures.