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-6999: Logging framework migration #38

Merged
merged 4 commits into from Sep 2, 2016
Merged

DM-6999: Logging framework migration #38

merged 4 commits into from Sep 2, 2016

Conversation

hsinfang
Copy link

@hsinfang hsinfang commented Aug 5, 2016

No description provided.

@@ -87,7 +87,7 @@ def getAstrom(self):

conf = measAstrom.ANetBasicAstrometryConfig()
return measAstrom.ANetBasicAstrometryTask(config=conf, andConfig=andconfig,)
#logLevel=pexLog.Log.DEBUG)
#logLevel=pexLog.Log.TRACE)

Choose a reason for hiding this comment

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

I suggest you just delete this dead code, rather than updating it.

Copy link
Author

@hsinfang hsinfang Sep 1, 2016

Choose a reason for hiding this comment

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

It's now removed.

@isullivan
Copy link

I had only very minor comments on the code. I don't have the new lsst.log so the changed tests all fail for me, but assuming that they do all pass with the new framework this branch can be merged.

@hsinfang hsinfang force-pushed the tickets/DM-6999 branch 2 times, most recently from 3082561 to 0643dbc Compare August 26, 2016 21:58
Hsin-Fang Chiang added 3 commits August 26, 2016 17:04
With the logging framework changes in pipe_base, Tasks' logs
is transitioned from lsst.pex.logging to lsst.log. This
commit handles the API changes from the framework changes.
pex_logging log.logdebug is replaced by lsst.log log.debug.
@hsinfang hsinfang merged commit bf568b1 into master Sep 2, 2016
@ktlim ktlim deleted the tickets/DM-6999 branch August 25, 2018 06:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants