func()

in internal/logger/logger.go [97:99]


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