Skip to content

Switch to a process-safe logger #25

@sequoiap

Description

@sequoiap

Currently we use default logging to file in Python. In most cases, because the logging calls aren't overlapping, it seems to be fine that multiple different processes are accessing the same file. This is not always the case though, and we do occasionally get error messages. We should eventually switch to a process-safe logger, perhaps using sockets. These resources might be helpful:

Some examples:

Potentially, the CLI doesn't need to do any logging, or any direct usage of the program doesn't use multiprocessing logging, only things being run and managed by the daemon? Then you have two different kinds of logs?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions