Actually I realized I can get the behavior I want using log.SetOutput and
glog.InfoDepth(3, ...) + some original log parsing but it'd be nice to have
something built-in in glog.
On Friday, December 20, 2019 at 11:01:52 AM UTC-8, Dmitry Ilyevsky wrote:
>
> Hi All,
>
> I was wondering if something
Hi All,
I was wondering if something like MoveStandardLogTo could be added to
golang/glog package in addition to CopyStandardLogTo that would NOT also
emit redirected log on stderr. Currently when I try to DIY it via
log.SetOutput I get header nesting like so (which is slightly annoying):
I122