How can I set logging level for golang glog package to ERROR.
example.go:
package main import ( "github.com/golang/glog" "flag&