seismometer icon indicating copy to clipboard operation
seismometer copied to clipboard

Loggers should use a consistent API access pattern

Open gbowlin opened this issue 1 year ago • 0 comments

Lots of modules have

    import logging

    logger = logging.getLogger("seismometer")

This should be moved to seismometer.core.logger, so that everyone can call

    from siesmometer.core.logger import logger

To get the right logger name, rather than having it copied about.

gbowlin avatar Jul 01 '24 18:07 gbowlin