[go-nuts] glog log rotate not working correctly

2016-09-29 Thread ramkumar . gowrishankar
So it looks like a bug in the glog library. Anyway to file a bug against it? -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.

[go-nuts] glog log rotate not working correctly

2016-09-28 Thread Ramkumar Gowrishankar
Hi, I am using the glog to log for my golang program and I have changed the package to limit maximum file size to 250MB by changing this line ( https://github.com/golang/glog/blob/master/glog_file.go#L34). The log rotate seems to be working as intended and the file size gets limited to 250MB but