Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DM-7502: Switch to use lsst.log #7

Merged
merged 1 commit into from Sep 22, 2016
Merged

DM-7502: Switch to use lsst.log #7

merged 1 commit into from Sep 22, 2016

Conversation

hsinfang
Copy link

No description provided.

The default logger name of Coadd in python/lsst/coadd/utils/coadd.py
is "coadd.utils.Coadd".
@@ -3,7 +3,7 @@
import lsst.sconsUtils

dependencies = {
"required": ["afw", "pex_logging"],
"required": ["afw"],
"buildRequired": ["swig"],
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it not necessary to replace "pex_logging" with "log" (as you did here lsst-dm/legacy-daf_persistence@04c1827#diff-8ffc87142b5d2a853222efb750057a1eL6) that no C code uses logging in this repo?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Right. No c++ codes in this package use log (yet).

@hsinfang hsinfang merged commit 31c6094 into master Sep 22, 2016
@ktlim ktlim deleted the tickets/DM-7502 branch August 25, 2018 05:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants