[Webkit-unassigned] [Bug 46635] webkitpy.layout_tests.layout_package.printing_unittest.TestUtilityFunctions.test_configure_logging should use OutputCapture

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 27 15:49:37 PDT 2010


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





--- Comment #3 from Dirk Pranke <dpranke at chromium.org>  2010-09-27 15:49:37 PST ---
I spent far more time than I would like to recall looking at this a few weeks ago when I was revamping the way the NRWT logging works (incl. printing.py).

The problem is that test-webkitpy is installing its own logger and logging that message (see test-webkitpy:69). That logger prints anything that comes in at LOG_INFO to stderr. If you don't want LOG_INFO messages to get printed, you should change this behavior (I don't know what you want the behavior to be).

At this point I understand python's logging stuff pretty well, so if you can decide what you want test-webkitpy to do, I should be able to implement it.

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