Skip to content

Commit

Permalink
Use __name__ for logger name
Browse files Browse the repository at this point in the history
  • Loading branch information
timj committed Nov 8, 2021
1 parent 8ac0bde commit dda4515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/meas/extensions/scarlet/source.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

__all__ = ["modelToHeavy"]

logger = logging.getLogger("lsst.meas.extensions.scarlet.source")
logger = logging.getLogger(__name__)


def modelToHeavy(source, filters, xy0=Point2I(), observation=None, dtype=np.float32):
Expand Down

0 comments on commit dda4515

Please sign in to comment.