[Webkit-unassigned] [Bug 36725] test-webkitpy: Eliminate spurious output

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Mar 28 12:35:26 PDT 2010


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





--- Comment #7 from Chris Jerdonek <cjerdonek at webkit.org>  2010-03-28 12:35:26 PST ---
(In reply to comment #6)
> > I'll do that, but should we first enable Python logging for the calling scripts
> > -- or do you not care about this particular message?  I wouldn't want my change
> > to suppress errors the end-user should be seeing.
> 
> Is there a downside to enabling logging for the calling scripts?  In any case,
> this is a message for folks looking at the raw output of the bots on the
> console, not normal users.

The only downside is if we don't filter things correctly initially, there may
be some annoying messages from things the user doesn't want to see (e.g.
autoinstall log messages).  That part I can handle though.  Really the only
thing I may need help with, as I said above, is knowing which scripts need to
have logging enabled.  It might be good to know for--

(1) NetworkTransaction (for the present report), and
(2) everything else (to get rid of deprecated_logging entirely), e.g.
webkit-patch

For doing this, I can probably put a standard configure_logging() method in
common/system/logutils.py that should be good for most purposes, and that one
can be used for the most part.

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