-
Notifications
You must be signed in to change notification settings - Fork 15.3k
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
Use getLogger
instead of basicConfig
in multi_query.py
#6891
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
getLogger
instead of basicConfig
in multi_query.pygetLogger
instead of basicConfig
in multi_query.py
@zhichenggeng i no longer see logging in notebook as expected w/ this change. did you test this? |
Needed to add:
To the notebook. Putting up a PR to fix this now. |
@rlancemartin I have tested and no longer see the logging when I import |
np, thanks. |
Resolved! #7102 |
Remove `logging.basicConfig`, which turns on logging. Use `getLogger` instead
Remove
logging.basicConfig
, which turns on logging. UsegetLogger
instead.cc @rlancemartin