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 somehow there seems to be a bug in file close/open and
the log directory keeps filling up until it runs out of space. df -h
command shows that the used space is close to 100% but if I look using du
-h or ls and add up the file sizes it is not close to 100%. My platform is
CentOS7.

Thanks,

Ramkumar

-- 
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.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to