mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 22:27:07 +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.rtsp",
|
||||||
"libav.tcp",
|
"libav.tcp",
|
||||||
"libav.tls",
|
"libav.tls",
|
||||||
|
"libav.mpegts",
|
||||||
"libav.NULL",
|
"libav.NULL",
|
||||||
):
|
):
|
||||||
logging.getLogger(logging_namespace).addFilter(libav_filter)
|
logging.getLogger(logging_namespace).addFilter(libav_filter)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user