func()

in internal/logger/logger.go [113:115]


func (l *debugLogger) Infoln(args ...interface{}) {
	l.logln("INFO", args...)
}