$z$ is a complex number $x+iy$
$\text{Log}(z)=\ln(|z|)+i\theta$, where $\theta$ is the angle that $z$ makes off the real axis and $-\pi<\theta\leq\pi$
I was trying to help someone with this problem, but I didn't really see how it could really be simplified or solved for. I feel like I'm missing something obvious. Any help would be appreciated.
METHODOLOGY $1$: Use the definition of the derivative
Note that the complex logarithm as defined on the principal branch is analytic in a neighborhood of $z=1$.
Inasmuch at $\log(1)=0$ on the principal branch, the limit $\lim_{z\to 1}\frac{\log(z^2)}{z-1}=\lim_{z\to 1}\frac{\log(z^2)-\log(1)^2}{z-1}$ is simply the derivative of $\log(z^2)$ at $z=1$. Proceeding, we have
$$\begin{align}\lim_{z\to 1}\frac{\log(z^2)}{z-1}&=\lim_{z\to 1}\frac{\log(z^2)-\log(1)^2}{z-1}\\\\ &=\left.\left(\frac{d}{dz}\log(z^2)\right)\right|_{z=1}\\\\ &=\left.\left(\frac2z\right)\right|_{z=1}\\\\ &=2 \end{align}$$
as expected.
METHODOLOGY $2$: Use the series representation of the complex logarithm
For $|z-1|\le 1$, and $z\ne 0$, $\log(z)=\sum_{n=1}^\infty \frac{(-1)^{n-1}(z-1)^n}{n}$. Hence, we can write for $|z^2-1|\le 1$, $z\ne0$
$$\log(z^2)=\sum_{n=1}^\infty \frac{(-1)^{n-1}(z^2-1)^n}{n}=\sum_{n=1}^\infty \frac{(-1)^{n-1}(z-1)^n(z+1)^n}{n}$$
Dividing by $z-1$, and letting $z\to 1$ from inside the unit circle, we have
$$\lim_{z\to 1}\frac{\log(z^2)}{z-1}=2\tag1$$
We can continue the logarithm analytically outside the unit circle in a neighborhood of $z=1$ and arrive at $(1)$.