in logger/logger.go [234:236]
func Errorf(format string, v ...interface{}) { Log(LogEntry{Message: fmt.Sprintf(format, v...), Severity: Error}) }