Add libav.mpegts to logging filter (#58937)

pull/58977/head
uvjustin 2021-11-02 21:32:02 +08:00 committed by Paulus Schoutsen
parent 6cd256f26b
commit d4ba9a137c
1 changed files with 1 additions and 0 deletions

View File

@ -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)