forked from home-assistant/core
Add libav.mpegts to logging filter (#58937)
This commit is contained in:
committed by
Paulus Schoutsen
parent
6cd256f26b
commit
d4ba9a137c
@@ -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)
|
||||
|
Reference in New Issue
Block a user