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

Merged
merged 3 commits into from
Sep 2, 2016
Merged

DM-6999: Logging framework migration #47

merged 3 commits into from
Sep 2, 2016

Commits on Aug 31, 2016

  1. Transition from lsst.pex.logging to lsst.log

    - Replace pex.logging logdebug using lsst.log.Log DEBUG level
    - Remove some unused pex.logging dependency
    Hsin-Fang Chiang committed Aug 31, 2016
    Configuration menu
    Copy the full SHA
    6eda1da View commit details
    Browse the repository at this point in the history
  2. Remove the trace verbosity setting in testMeasureSources.py

    Currently there is not a logger named "afwDetection.Measure" in afw.
    Hsin-Fang Chiang committed Aug 31, 2016
    Configuration menu
    Copy the full SHA
    be1cc4d View commit details
    Browse the repository at this point in the history
  3. Replace a nameless default logger with a named logger

    Hsin-Fang Chiang committed Aug 31, 2016
    Configuration menu
    Copy the full SHA
    1f1f621 View commit details
    Browse the repository at this point in the history