Skip to content

logging can fail with pickling errors for log contents #93

@tomerd

Description

@tomerd

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions