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

Merged
merged 3 commits into from
Sep 2, 2016
Merged

DM-6999: Logging framework migration #11

merged 3 commits into from
Sep 2, 2016

Commits on Aug 25, 2016

  1. Change back to use pexLog.Debug directly

    With the logging framework changes in pipe_base, Tasks' logs
    is transitioned from pex.logging to lsst.log, and negative logging
    levels are no longer used. To facilitate logging framework migration,
    usage of pexLog.Debug is separated. Practically this commit reverts
    part of the changes in 33520d7
    Hsin-Fang Chiang committed Aug 25, 2016
    Configuration menu
    Copy the full SHA
    739d91e View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2016

  1. Make warning message log to WARN level

    The old trace/debug level of 1 was used as a warning.
    Replace it by logging it to the WARN level.
    Hsin-Fang Chiang committed Aug 31, 2016
    Configuration menu
    Copy the full SHA
    119b7c0 View commit details
    Browse the repository at this point in the history
  2. Switch the debug log from using lsst.pex.logging to lsst.log

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