What is the easiest way to solve this improper integral?
$$I = \int_0^{+\infty} \frac{\ln(t)}{(1+t^2)^4} {d}t $$
The value of this integral according to wolfram alpha is $-\frac{23\pi}{96}$. I could find the same result but my method was too long and complicated. I'm looking for a clear and easy method.

Notice that the substitution $t = \tan\theta$ followed by the beta function identity gives
$$ \int_{0}^{\infty} \frac{t^{2a-1}}{(1+t^2)^b} \, dt = \int_{0}^{\infty} \sin^{2a-1} \theta \cos^{2b-2a-1}\theta \, d\theta = \frac{1}{2}\frac{\Gamma(a)\Gamma(b-a)}{\Gamma(b)} $$
which is valid for $0 < a < b$. If we plug $b = 4$, then this simplifies to
$$ \int_{0}^{\infty} \frac{t^{2a-1}}{(1+t^2)^4} \, dt = \frac{(3-a)(2-a)(1-a)\pi}{12\sin(\pi a)} $$
thanks to the Euler's reflection identity. Finally, differentiating both sides w.r.t. $a$ and plugging $a = \frac{1}{2}$ gives the desired result.