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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 24 13:43:28 PDT 2010


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





--- Comment #1 from Chris Jerdonek <cjerdonek at webkit.org>  2010-05-24 13:43:28 PST ---
These types of messages are actually really good for debugging autoinstall.

Python's logging module is highly configurable.  Rather than changing autoinstall's code, the way to handle this type of issue is to be more fine-grained when configuring logging from other applications.  For example, you can use filters to disable autoinstall logging or to disable autoinstall logging below a certain level.  I.e. make the DEBUG apply to anything but autoinstall.

Let me see if I can dig up an example of filtering inside webkitpy.

-- 
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