Skip to content

Add logging best practice style #36

@willingc

Description

@willingc

As a follow-up to #34.

Let's use the following.

logger = logging.get_logger(__name__)  # at top of file below import

For individual entries:

logger.info("message")
logger.debug("message")

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions