in logger/logger.go [224:226]
func Infof(format string, v ...interface{}) { Log(LogEntry{Message: fmt.Sprintf(format, v...), Severity: Info}) }