Example #1
0
func init() {
	util.DisableLogging()
}
Example #2
0
func init() {
	if silenceLogger {
		util.DisableLogging()
	}
}