You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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.
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!
The text was updated successfully, but these errors were encountered: