Skip to content

Commit

Permalink
Fix logger name while I'm in here
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisherlevine committed Aug 18, 2020
1 parent 8b5af72 commit 716b529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/obs/lsst/assembly.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
from lsst.ip.isr import AssembleCcdTask
from astro_metadata_translator import ObservationInfo

logger = lsst.log.Log.getLogger("LsstCamAssembler")
logger = lsst.log.Log.getLogger("obs.lsst.assembly")


def attachRawWcsFromBoresight(exposure, dataIdForErrMsg=None):
Expand Down

0 comments on commit 716b529

Please sign in to comment.