in logger/logger.go [219:221]
func Debugf(format string, v ...interface{}) { Log(LogEntry{Message: fmt.Sprintf(format, v...), Severity: Debug}) }