Let $\ln X \sim \operatorname{Exp}(1)$ and $X,Y$ i.i.d. What is the distribution of $Z=XY$?
My attempt: $$P(Z\le z)=P(XY\le z)=P(\ln(XY)\le \ln(z))=P(\ln(X)+\ln(Y)\le \ln(z))$$
We need the convolution, since $\ln X $ and $\ln Y$ are independent we get, $$\int_0^{\ln(z)} f_{\ln(X)}\circledast f_{\ln(Y)}=\int_0^{\ln(z)}e^{-y}e^{-x+y}\,dy=e^{-x}ln(z),$$ i.e. $e^{-x}\ln(z)$ is the density of $XY$
Apparantly $X$ is a positive rv (if not then $\ln X$ would not be well defined).
So you can start with $$\ln Z=\ln XY=\ln X+\ln Y=R+S$$
Now let's find the distribution of $R+S$ where $R,S$ are iid with $\mathsf{Exp}(1)$-distribution.
For $x>0$ we find: \begin{align} P(R+S>x) & =\int_0^{\infty} P(R+S>x\mid S=s)e^{-s}ds =\int_0^{\infty} P(R>x-s)e^{-s}ds \\ & =\int_0^xe^{s-x}e^{-s}ds+\int_x^{\infty}e^{-s}ds = e^{-x}(1+x) \end{align}
Then for $z>1$ $$P(Z>z)=P(\ln Z>\ln z)=P(R+S>\ln z)=e^{-\ln z}(1+\ln z)=\frac{1+\ln z}{z}$$
This leads to $F_Z(z)=1-\frac{1+\ln z}{z}$ for $z>1$ and $F_Z(z)=0$ for $z\leq1$.
It seems that you think that $R+S$ has exponential distribution with rate $2$.
That however is the case for $\min(R,S)$ as you can see here.