Add libav.mpegts to logging filter (#58937)

pull/58883/head^2
uvjustin 2021-11-02 21:32:02 +08:00 committed by GitHub
parent 4746ff3798
commit f73c734fb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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)