forked from thespianpy/Thespian
-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
running into issues with the logging subsystem, and wanted to see what may be going on / what options one may have:
as background, one of my library dependencies is logging something that cannot be serialized (getting a pickle error), causing an exception in the logging stack and breaking my system. I am using the multiprocTCPBase system (on Linux) and setting ActorSystem::logDefs per the documentation. to avoid this, I can set ActorSystem::logDefs to None, but then getting no logs at all which is also sad
Is there a way to ask the actor system to not meddle with the logging system at all? looking at the code in multiprocCommon I could not see one
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels