Skip to content

Log meaningful messages in plugins #5

@andrewkrug

Description

@andrewkrug

Most plugins do not use the standard logger setup. All should call:

import logging
logger = logging.getLogger(__name__)

Following that updating with additional logging messages is a good chore.

logger.info() for normal
and
logger.debug() for verbose

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions