func Warnw()

in pkg/log/logger.go [61:63]


func Warnw(msg string, kv ...interface{}) {
	logger.Sugar().Warnw(msg, kv...)
}