Bug 64054 - Normalize callers of logging.getLogger to use __name__
Summary: Normalize callers of logging.getLogger to use __name__
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Adam Barth
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-06 21:07 PDT by Adam Barth
Modified: 2011-07-06 21:11 PDT (History)
2 users (show)

See Also:


Attachments
Patch (18.70 KB, patch)
2011-07-06 21:08 PDT, Adam Barth
eric: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Barth 2011-07-06 21:07:25 PDT
Normalize callers of logging.getLogger to use __name__
Comment 1 Adam Barth 2011-07-06 21:08:28 PDT
Created attachment 99923 [details]
Patch
Comment 2 Eric Seidel (no email) 2011-07-06 21:10:47 PDT
Comment on attachment 99923 [details]
Patch

Yay!
Comment 3 Adam Barth 2011-07-06 21:11:38 PDT
Committed r90534: <http://trac.webkit.org/changeset/90534>