mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Add libav.mpegts to logging filter (#58937)
This commit is contained in:
parent
4746ff3798
commit
f73c734fb6
@ -120,6 +120,7 @@ def filter_libav_logging() -> None:
|
||||
"libav.rtsp",
|
||||
"libav.tcp",
|
||||
"libav.tls",
|
||||
"libav.mpegts",
|
||||
"libav.NULL",
|
||||
):
|
||||
logging.getLogger(logging_namespace).addFilter(libav_filter)
|
||||
|
Loading…
x
Reference in New Issue
Block a user