Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: meas_extensions_trailedSources
-
Labels:None
-
Story Points:1
-
Epic Link:
-
Sprint:AP S22-4 (March)
-
Team:Alert Production
-
Urgent?:No
Description
Detection and measurement on difference images currently produces ~hundreds of lines of unhelpful output in the logs:
INFO 2022-03-11T16:32:35.791-06:00 (detectAndMeasure:{instrument: 'DECam', detector: 33, visit: 411255, ...})(NaivePlugin.py:164) - Weighted
|
INFO 2022-03-11T16:32:35.797-06:00 (detectAndMeasure:{instrument: 'DECam', detector: 33, visit: 411255, ...})(NaivePlugin.py:164) - Weighted
|
INFO 2022-03-11T16:32:35.803-06:00 (detectAndMeasure:{instrument: 'DECam', detector: 33, visit: 411255, ...})(NaivePlugin.py:164) - Weighted
|
INFO 2022-03-11T16:32:35.809-06:00 (detectAndMeasure:{instrument: 'DECam', detector: 33, visit: 411255, ...})(NaivePlugin.py:161) - Unweighed
|
INFO 2022-03-11T16:32:35.840-06:00 (detectAndMeasure:{instrument: 'DECam', detector: 33, visit: 411255, ...})(NaivePlugin.py:161) - Unweighed
|
This would be fixed by reducing the log level of the Weighted and Unweighted messages to debug, which seems appropriate.
Pull request: https://github.com/lsst/meas_extensions_trailedSources/pull/7