I am currently getting many errors of the following type in my HA log file and I would like to suppress them
2019-09-15 10:04:30 ERROR (stream_worker) [libav.rtsp] Too short data for FU-A H.264 RTP packet
I know they are coming from the onvif camera (but everything works fine)
camera:
- platform: onvif
host: !secret front_camera_ip
port: !secret camera_port
name: Front
username: !secret camera_username
password: !secret camera_password
Looking at https://www.home-assistant.io/components/logger get rid of the errors but not sure what the syntax is for ignoring errors for onvif, can someone assist me please