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.