• 
      

    Use logger names for all logging statements.

    Review Request #8898 — Created April 13, 2017 and submitted

    Information

    Djblets
    release-0.9.x
    f1ae1c0...

    Reviewers

    Each module that logs content now uses a module-level logger. This adds
    some context to log messages and makes it easier to scan for log
    messages related to a given module. It also would allow for filtering of
    logs, if the consuming application wanted.
    
    The default log message format in djblets.log includes the logger name
    for each log message.

    Unit tests and pyflakes pass.

    Tested various log messages to see that the names were appearing in the
    log output.

    david
    1. Ship It!
    2. 
        
    chipx86
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to release-0.9.x (20895e0)