[Webkit-unassigned] [Bug 39614] autoinstall DEBUG logging is too chatty

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 24 13:49:00 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=39614





--- Comment #2 from Chris Jerdonek <cjerdonek at webkit.org>  2010-05-24 13:49:00 PST ---
Check out this code which filters out autoinstall logging:

http://trac.webkit.org/browser/trunk/WebKitTools/Scripts/test-webkitpy?rev=56981#L87

I believe the webkitpy configure_logging() function you call at the beginning of webkit-patch accepts a filter parameter to add filters that the caller wants added.  If it doesn't, a parameter like that should probably be added.

Make sure you only filter autoinstall logging for DEBUG or below though -- I think the INFO messages are good to keep.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list