Currently, if we configure logging in test-webkitpy, then spurious log messages will get logged to the screen as a side effect of the code that the unit tests are executing. We should suppress those spurious log messages. The solution here will involve something like setting the "propagate" attribute on any test loggers to False so that the log messages will not propagate up to the root logger and be logged.
Created attachment 50173 [details] Proposed patch
Comment on attachment 50173 [details] Proposed patch Python's logging is much more awesome than what Eric cooked up on his own. Thanks for educating us in the ways of Python.
Manually committed (via git svn dcommit): http://trac.webkit.org/changeset/55971