Skip to content

add multiprocessing logging helper #302

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

Merged
merged 4 commits into from
Jun 22, 2023

Conversation

Jerry0420
Copy link

Python Logging Helper for Multiple Processes

Summary:

This Pull Request introduces a Python Logging Helper for multiple processes, enabling developers to log to a single file from multiple processes effortlessly.

Features:

  • Created a dedicated helper class for logging in a multiprocessing environment.
  • Implemented seamless logging from multiple processes to a shared log file.
  • Ensured proper synchronization and data integrity during concurrent log writes.

Please review the changes and provide your valuable feedback.

@github-actions
Copy link

Hi @Jerry0420! 👋

Thank you for submitting a pull request! We appreciate your contribution and will review your changes as soon as possible.

@larymak larymak merged commit 964b957 into larymak:main Jun 22, 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

Successfully merging this pull request may close these issues.

2 participants