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

Logger does not rotate and zip well when running in multiple processes. #145

Closed
cortlandstarrett opened this issue Oct 12, 2023 · 2 comments

Comments

@cortlandstarrett
Copy link
Member

It appears that the logger is not designed (or configured) to deal with log sources from multiple processes.

@cortlandstarrett cortlandstarrett changed the title Logger does not rotate and zip will when running in multiple processes. Logger does not rotate and zip well when running in multiple processes. Oct 12, 2023
@cortlandstarrett
Copy link
Member Author

I turned off compression. The problem still occurs. I think this narrows it down to rotate.
The logs appear fine before the rotate.

cortlandstarrett added a commit that referenced this issue Oct 16, 2023
Fix the Logger to operate in multi-processing / multi-threading
environments.
@cortlandstarrett
Copy link
Member Author

fixed in main as of 30 Oct 2023

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