예제 #1
0
func ConfigureCmdLineLog() {
	ls := model.LogSettings{}
	ls.EnableConsole = true
	ls.ConsoleLevel = "ERROR"
	ls.EnableFile = false
	configureLog(&ls)
}
예제 #2
0
파일: config.go 프로젝트: ttyniwa/platform
func ConfigureCmdLineLog() {
	ls := model.LogSettings{}
	ls.EnableConsole = true
	ls.ConsoleLevel = "WARN"
	configureLog(&ls)
}