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
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
multiprocTCPBasesystem (on Linux) and settingActorSystem::logDefsper the documentation. to avoid this, I can setActorSystem::logDefstoNone, but then getting no logs at all which is also sadIs there a way to ask the actor system to not meddle with the logging system at all? looking at the code in
multiprocCommonI could not see one