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):
I1220 10:53:17.471917 94554 main.go:20] 2019/12/20 10:53:17 test log print
I can prepare a patch if maintainers are OK with this change.
Thanks,
-Dmitry