func()

in internal/logger/logger.go [109:111]


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