func()

in internal/logger/logger.go [121:123]


func (l *debugLogger) Warnf(format string, args ...interface{}) {
	l.logf("WARN", format, args...)
}