Skip to content

need to expand logging to all modules #9

@RichardWagener

Description

@RichardWagener

formatter=logging.Formatter('%(asctime)s - %(name)s - %(levelname)s - %(message)s')

Need to include %(processName) in log-format.
Ideally should set up a separate queue thread for that logging.
See: https://docs.python.org/3.5/howto/logging-cookbook.html#logging-cookbook

To get started maybe going through all the major sections of code to replace print statements with appropriate logger.level message.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions