waditu / tushare

TuShare is a utility for crawling historical data of China stocks
BSD 3-Clause "New" or "Revised" License
12.91k stars 4.29k forks source link

import tushare后logging打不出来日志 #1725

Open CurryGaifan opened 10 months ago

CurryGaifan commented 10 months ago

Python 3.8.16,下面这样是可以打出日志的

 import logging
 # import tushare

 logging.basicConfig(level=logging.INFO)
 logging.info("a info log")

只要把import tushare的注释去掉,logging就打不出来日志了 求助一下要如何解决