Bug 168974

Summary: [WebRTC] Limit libwebrtc logging in Debug build
Product: WebKit Reporter: youenn fablet <youennf>
Component: WebCore Misc.Assignee: youenn fablet <youennf>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, commit-queue, eric.carlson
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description youenn fablet 2017-02-28 10:22:33 PST
libwebrtc log in debug is important by default.
We should limit it to warning/error level messages by default.
Comment 1 youenn fablet 2017-02-28 11:18:01 PST
Created attachment 302954 [details]
Patch
Comment 2 youenn fablet 2017-02-28 11:21:57 PST
To activate verbose libwebrtc logging, one could use something like
defaults write -g WebCoreLogging "WebRTC"
The same should apply to NetworkProcess logging.
Comment 3 WebKit Commit Bot 2017-02-28 13:15:39 PST
Comment on attachment 302954 [details]
Patch

Clearing flags on attachment: 302954

Committed r213167: <http://trac.webkit.org/changeset/213167>
Comment 4 WebKit Commit Bot 2017-02-28 13:15:43 PST
All reviewed patches have been landed.  Closing bug.