in internal/logger/logger.go [76:78]
func (l *Logger) Warn(format string, v ...interface{}) { l.logger.Warn(fmt.Sprintf(format, v...)) }