Update Djblets 0.10 to use named loggers.

Review Request #8907 — Created April 18, 2017 and updated

Information

Djblets
master
a7e271b...

Reviewers

A previous change for Djblets 0.9 converted our code to use named
loggers, instead of logging to the root logger. This change builds upon
that to convert all remaining logging statements on 0.10 to also use
named loggers and to test against them.

Unit tests pass.

Checked pyflakes to make sure there weren't typos in the logger calls.

Description From Last Updated

Two blank lines.

daviddavid

Two blank lines.

daviddavid

Two blank lines.

daviddavid
chipx86
Review request changed

Change Summary:

Added a missing module.

Commit:

-aa3109100240028b5e5e261f511d7d84b5ca9cfd
+a7e271b7f2df505486f39a77b1f79e36ebdfa5da

Diff:

Revision 2 (+108 -77)

Show changes

Checks run (2 succeeded, 1 failed with error)

JSHint passed.
PEP8 Style Checker internal error.
Pyflakes passed.
david
  1. 
      
  2. djblets/features/checkers.py (Diff revision 2)
     
     
    Show all issues

    Two blank lines.

  3. djblets/forms/fields.py (Diff revision 2)
     
     
    Show all issues

    Two blank lines.

  4. djblets/integrations/manager.py (Diff revision 2)
     
     
    Show all issues

    Two blank lines.

  5. 
      
Loading...