Add libav.mpegts to logging filter (#58937)
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…
Reference in New Issue