Assuming $f(x) : \mathbb{R}\setminus \{0\} \to \mathbb{R}$.
We can rewrite $f(x) = \left|\ln\left|x\right|\right|$ as:
$$
f(x) =
\begin{cases}
\ln(x), & x \geq 1 \\
-\ln(x), & 1 \geq x > 0 \\
-\ln(-x), & 0 > x \geq -1 \\
\ln(-x), & -1 \geq x
\end{cases}
$$
We see that on each of the intervals $(-\infty, -1), (-1, 0), (0, 1), (1, \infty)$, $f(x)$ is both continuous and differentiable, due to the continuity and differentiability of $\ln(x)$ on $(0, 1)$.
We thus have 2 possible $x$ values where $f$ is not differentiable, $-1$ and $1$. Note that we don't have to consider $x=0$ as $f$ is not defined there.
Lets look at $x = 1$.
For $x \geq 1$ we have $f'_+(x) = \frac{1}{x}$, and for $1 \geq x > 0$ we have $f'_{\vphantom+-} (x) = -\frac{1}{x}$. Thus:
$$\lim_{x \to 1+} f'_+(x) = 1 \neq \lim_{x \to 1-} f'_{\vphantom+-}(x) = -1$$