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 #17

Merged
merged 3 commits into from
Sep 2, 2016
Merged

DM-6999 Logging framework migration #17

merged 3 commits into from
Sep 2, 2016

Commits on Sep 1, 2016

  1. Remove unused pex_logging dependency

    Hsin-Fang Chiang committed Sep 1, 2016
    Configuration menu
    Copy the full SHA
    d5b02ee View commit details
    Browse the repository at this point in the history
  2. Update Tasks' logs for logging framework changes in pipe_base

    Changes are needed in IsrTask and FringeTask as their logs
    become lsst.log Logs.
    
    Two messages of log.logdebug() are replaced with log.debug()
    in fringe.py
    Hsin-Fang Chiang committed Sep 1, 2016
    Configuration menu
    Copy the full SHA
    bd4010a View commit details
    Browse the repository at this point in the history
  3. Switch from using pex.logging to lsst.log in linearization code

    The log object of the linearizer is separate from Task's log.
    Hsin-Fang Chiang committed Sep 1, 2016
    Configuration menu
    Copy the full SHA
    6f9b308 View commit details
    Browse the repository at this point in the history