func()

in internal/logger/logger.go [117:119]


func (l *debugLogger) Warn(args ...interface{}) {
	l.log("WARN", args...)
}