Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
CurryGaifan opened this issue Jan 5, 2024 · 0 comments
Open

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

CurryGaifan opened this issue Jan 5, 2024 · 0 comments

Comments

@CurryGaifan
Copy link

CurryGaifan commented Jan 5, 2024

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

 import logging
 # import tushare

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant