func SetDebugLogging()

in logger/logger.go [68:70]


func SetDebugLogging(enabled bool) {
	debugEnabled = enabled
}