in logger/logger.go [229:231]
func Warningf(format string, v ...interface{}) { Log(LogEntry{Message: fmt.Sprintf(format, v...), Severity: Warning}) }