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

Fixes Issue #66: ConcurrentTimedRotatingFileHandler rotating gzip fil… #67

Merged
merged 1 commit into from
Nov 28, 2023

Conversation

Preston-Landers
Copy link
Owner

…es fails

The gzip extension is already present in the return value of getFilesToDelete in Python's TimedRotatingFileHandler and doesn't needed to be added. This was causing it to fail to rollover properly in Timed mode.

…es fails

The gzip extension is already present in the return value of `getFilesToDelete` in Python's `TimedRotatingFileHandler` and doesn't needed to be added.
This was causing it to fail to rollover properly in Timed mode.
@Preston-Landers Preston-Landers merged commit 8951164 into master Nov 28, 2023
9 checks passed
@SukeerthiBJ
Copy link

SukeerthiBJ commented Sep 9, 2024

Hi @Preston-Landers ,
I am trying to use this code from concurrent_log_handlers-0.9.25 version.I am unable to find the setup.py from the tar package and so my build creation is failing for python packages.
Where can I find the setup.py for same? Also is there some reason behind not including the setup.py and setup.cfg file in the tar ball?Can you please help with this info?

@Preston-Landers
Copy link
Owner Author

@SukeerthiBJ that's a good question. I'm not sure. I'll check into it later. I never use the .tar.gz files myself, just the whl. If the whl file doesn't work for you for some reason, you could always Git clone the repo and install it from there running the setup.py script.

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