$$\int_1^2 \frac{\ln(x)}{x-1} dx$$
How does one determine convergence of this? I am not interested in the value of it. I tried comparing to $1/(x-1)$ but the integral related to that diverges, and I know that above converges (via mathematica) so I need something that converges to compare with, but what?
The only potential problem is near $x=1$ (the integrand is otherwise continuous), but one may recall the standard Taylor expansion, as $u \to 0$, $$ \ln (1-u)=-u+\mathcal{O}(u^2) $$ then you may write, as $x \to 1$, $$ \ln (x)=\ln (1-(1-x))=-(1-x)+\mathcal{O}((1-x)^2) $$ giving $$ \frac{\ln (x)}{x-1}=1+\mathcal{O}(x-1) $$ near $x=1$, showing that your integral is convergent.