Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Labels:
-
Story Points:2
-
Epic Link:
-
Sprint:DRP S21b
-
Team:Data Release Production
-
Urgent?:No
Description
We are currently getting log-bombed with lines along the following:
/software/lsstsw/stack_20210520/stack/miniconda3-py38_4.9.2-0.6.0/Linux64/ip_diffim/22.0.1-13-g00a9d746+721f44a764/python/lsst/ip/diffim/mo\ |
delPsfMatch.py:494: FutureWarning: Call to deprecated method getName. (Use Python Logger compatible 'name' attribute. Will be removed after\ |
v23.) -- Deprecated since version v23. |
log.log("TRACE4." + self.log.getName(), log.DEBUG, |
There are a number of instances in ip_diffim that need fixing, and it may be worth doing a quick search for any other occurrences in the stack.
Attachments
Issue Links
- relates to
-
DM-31060 Clean up some log usage in Tasks
- Done
A quick search on GitHub also reveals instances in meas_extensions_piff and ap_verify. I will fix those here as well.