mirror of
https://github.com/NanmiCoder/MediaCrawler.git
synced 2026-03-09 07:30:46 +08:00
fix: bili词云图修复
This commit is contained in:
@@ -26,6 +26,10 @@ def init_loging_config():
|
||||
)
|
||||
_logger = logging.getLogger("MediaCrawler")
|
||||
_logger.setLevel(level)
|
||||
|
||||
# 关闭 httpx 的 INFO 日志
|
||||
logging.getLogger("httpx").setLevel(logging.WARNING)
|
||||
|
||||
return _logger
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user