Bug 216480

Summary: [webkitcorepy] Log autoinstall details even without a logger configured
Product: WebKit Reporter: Jonathan Bedard <jbedard>
Component: Tools / TestsAssignee: Jonathan Bedard <jbedard>
Status: RESOLVED FIXED    
Severity: Normal CC: aakash_jain, dewei_zhu, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=216396
Attachments:
Description Flags
Patch
none
Patch for landing none

Description Jonathan Bedard 2020-09-14 08:50:45 PDT
The AutoInstaller is clever, but often opaque, especially because it often does not log when packages are being installed since the NullHandler logger is configured by default. To work around this, when the NullHandler logger is configured, we should log to stderr.
Comment 1 Radar WebKit Bug Importer 2020-09-14 08:54:21 PDT
<rdar://problem/68857288>
Comment 2 Jonathan Bedard 2020-09-14 09:03:28 PDT
Created attachment 408708 [details]
Patch
Comment 3 Jonathan Bedard 2020-09-14 10:25:37 PDT
Created attachment 408720 [details]
Patch for landing
Comment 4 EWS 2020-09-14 10:58:56 PDT
Committed r267023: <https://trac.webkit.org/changeset/267023>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 408720 [details].