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

how to succeed logging to the same file from multiple processes #918

Closed
Huangyong657 opened this issue Apr 25, 2023 · 1 comment
Closed

Comments

@Huangyong657
Copy link

I have seen the link #170
but I do not how to succeed logging to the same file from multiple processes.
I would like to ask where is the merge and could I change every file's name from every processed and make files's name to the same one to solve the problem now?
Thanks very much for your help , best wishes!

@sergiud
Copy link
Collaborator

sergiud commented Jan 3, 2024

Logging into the same file from multiple processes does not sound very useful. A possible implementation would inadvertently incur an unconditional runtime overhead due to necessary synchronization. This is something one wants to avoid.

@sergiud sergiud closed this as not planned Won't fix, can't repro, duplicate, stale Jan 3, 2024
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

2 participants