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

Use server-thread package #79

Merged
merged 4 commits into from
Apr 24, 2022
Merged

Use server-thread package #79

merged 4 commits into from
Apr 24, 2022

Conversation

banesullivan
Copy link
Owner

@banesullivan banesullivan commented Apr 24, 2022

I moved the background thread management out into a seperate package as it was generally useful for a few of my projects: https://github.com/banesullivan/server-thread

@codecov-commenter
Copy link

codecov-commenter commented Apr 24, 2022

Codecov Report

Merging #79 (6b8a040) into main (ea765c6) will decrease coverage by 0.34%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main      #79      +/-   ##
==========================================
- Coverage   84.82%   84.47%   -0.35%     
==========================================
  Files          22       22              
  Lines        1140     1095      -45     
==========================================
- Hits          967      925      -42     
+ Misses        173      170       -3     

Comment on lines +387 to +393
if not debug:
logging.getLogger("gdal").setLevel(logging.ERROR)
logging.getLogger("large_image").setLevel(logging.ERROR)
else:
logging.getLogger("gdal").setLevel(logging.DEBUG)
logging.getLogger("large_image").setLevel(logging.DEBUG)
logging.getLogger("large_image_source_gdal").setLevel(logging.DEBUG)
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I need to double check how this actually behaves

@banesullivan banesullivan merged commit 237fd9c into main Apr 24, 2022
@banesullivan banesullivan deleted the server-thread branch April 24, 2022 19:13
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