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-31355: Switch from log.getName() to log.name #4

Merged
merged 1 commit into from
Aug 11, 2021

Commits on Aug 10, 2021

  1. Simplify logging enabled by updates in pipe_base

    The creation of a python logger to pass to piff with forwarding to lsst.log
    is no longer necessary here thanks to recent updates in pipe_base (DM-30301).
    
    The addition of _DefaultName ensures the log message will include the class
    name (i.e. to be able to clearly identify where the message is coming from).
    laurenam committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    edc2e8a View commit details
    Browse the repository at this point in the history