in internal/logger/logger.go [151:153]
func (l *debugLogger) logln(levelPrefix string, args ...interface{}) { l.logf(levelPrefix, "%v\n", args...) }