[go-nuts] Can't capture stderr after upgrading to glog v1.1.0

2023-03-16 Thread 'Stuart McLean' via golang-nuts
Hi there, With glog v1.0.0 I used to be able to easily capture stderr logs for in integration tests. With the upgraded version this no longer works. I tried various suggestions that I found online and even this library: https://github.com/zenizh/go-capturer but nothing seems to work. Is there

Re: [go-nuts] Can't capture stderr after upgrading to glog v1.1.0

2023-03-17 Thread 'Stuart McLean' via golang-nuts
the file buffer. > On 16. Mar 2023, at 18:29, Chressie Himpel wrote: > > On Thu, Mar 16, 2023 at 5:27 PM Ian Lance Taylor wrote: >> >> [ + jba ] >> >> On Thu, Mar 16, 2023 at 8:56 AM 'Stuart McLean' via golang-nuts >> wrote: >>> &g

Re: [go-nuts] Can't capture stderr after upgrading to glog v1.1.0

2023-03-17 Thread 'Stuart McLean' via golang-nuts
blob/master/glog_file.go#L178 > >> >>> On 16. Mar 2023, at 18:29, Chressie Himpel wrote: >>> >>> On Thu, Mar 16, 2023 at 5:27 PM Ian Lance Taylor wrote: >>>> >>>> [ + jba ] >>>> >>>> On Thu, Mar 16, 2023 at 8:56