Step 1: Test direct substitution.
Putting $x = 1$ gives $\dfrac{\sqrt{1} - 1}{\log 1} = \dfrac{0}{0}$, an indeterminate form, so we reshape rather than substitute.
Step 2: Shift to a small variable.
Let $x = 1 + t$ with $t \to 0$. The limit becomes $\displaystyle\lim_{t \to 0}\dfrac{\sqrt{1+t} - 1}{\log(1+t)}$.
Step 3: Approximate the numerator.
For small $t$, $\sqrt{1+t} = (1+t)^{1/2} \approx 1 + \dfrac{t}{2}$, so $\sqrt{1+t} - 1 \approx \dfrac{t}{2}$.
Step 4: Approximate the denominator.
The standard expansion gives $\log(1+t) \approx t$ for small $t$.
Step 5: Form the ratio.
$\dfrac{\frac{t}{2}}{t} = \dfrac{1}{2}$, independent of $t$.
Step 6: Take the limit.
As $t \to 0$ the value stays $\dfrac{1}{2}$.
\[ \boxed{\dfrac{1}{2}} \]