We already know that
$$ \lim_{x\to \infty} x \ln \frac{x+1}{x-1} = 2$$
(this could be easily proved using L’Hospital’s rule.)
Then, how could we conclude (based on the limit provided) that the series
$$\sum_{n=2}^\infty \ln\frac{n+1}{n-1} $$
converges or not?
We know that $$\ln x>\dfrac{x-1}{x}\ \ \ \ \ \ \forall x>0,x\ne1$$ $$\implies\sum_{n=2}^\infty\ln\dfrac{n+1}{n-1}>\sum_{n=2}^\infty\dfrac{2}{n+1}=\infty$$
Edit
Proof of first inequality:
Define function $$f(x)=\ln x-\dfrac{x-1}{x}$$ $$\implies f'(x)=\dfrac{x-1}{x^2}$$ Therefore, by first derivative test, $f$ takes its minimum value at $x=1$ (verify!), which is $0$.