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

Don't call logging.basicConfig as this can modify logging globally #2281

Merged
merged 1 commit into from
Mar 17, 2022

Conversation

astrofrog
Copy link
Member

@astrofrog astrofrog commented Mar 10, 2022

This should hopefully solve #2278 (it seems to locally for me)

@pllim
Copy link
Contributor

pllim commented Mar 10, 2022

cc @orifox and @jemorrison

@pllim
Copy link
Contributor

pllim commented Mar 10, 2022

🐱 🐱

@codecov
Copy link

codecov bot commented Mar 10, 2022

Codecov Report

Merging #2281 (385c322) into main (55428b0) will increase coverage by 0.03%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #2281      +/-   ##
==========================================
+ Coverage   88.09%   88.13%   +0.03%     
==========================================
  Files         247      247              
  Lines       23293    23292       -1     
==========================================
+ Hits        20521    20528       +7     
+ Misses       2772     2764       -8     
Impacted Files Coverage Δ
glue/logger.py 100.00% <100.00%> (ø)
glue/conftest.py 63.75% <0.00%> (-3.75%) ⬇️
glue/app/qt/application.py 79.85% <0.00%> (+1.28%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 55428b0...385c322. Read the comment docs.

@astrofrog astrofrog changed the title Don't call logging.basicConfg as this can modify logging globally Don't call logging.basicConfig as this can modify logging globally Mar 10, 2022
@astrofrog
Copy link
Member Author

I am going to merge this as it does solve most of the issue.

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

Successfully merging this pull request may close these issues.

2 participants