Another way to see it is to observe that logarithms transform exponents in multiplication.
For example, if you go to infinity with a sequence $(x_{n})_{n}$ defined for each $n$ by $x_{n}=2^{n}$, you have a very fast convergence. Indeed, $2^{n}$ goes very very fast to infinity.
But if you look at $\lim_{x\to\infty}\log(x)$, you know by continuity of the logarithm that:
$$\lim_{x\to\infty}\log(x)=\lim_{n\to\infty}\log(x_{n})$$
for any sequence $x_{n}$ going to infinity when $n$ goes to infinity. Now, recall the particular sequence $x_{n}=2^n$ I took. It is a very fast convergence to infinity. However, we know by the property of the logarithm that:
\begin{align*}
\lim_{x\to\infty}\log(x)&=\lim_{n\to\infty}\log(x_{n})\\
&=\lim_{n\to\infty}\log(2^{n})\\
&=\lim_{n\to\infty}n\log(2)\\
&=\underbrace{\log(2)}_{\text{constant }<1 }\lim_{n\to\infty}n
\end{align*}
And this convergence is way slower than $2^{n}$. This means that if a quantity goes to infinity exponentially, the logarithm of this quantity goes linearly to infinity, which is super-slow in comparison to exponential growth.
Of course, these properties are consequences of the fact the logarithm is the reciprocal of the exponential, but I think it is clearer to see in terms of sequences.