I am trying to derive the geodesic equation using variational principle. My Lagrangian is $$ L = \sqrt{g_{jk}(x(t)) \frac{dx^j}{dt} \frac{dx^k}{dt}}$$ Using the Euler-Lagrange equation, I have got this. $$ \frac{d^2 x^u}{dt^2} + \Gamma^u_{mk} \frac{dx^m}{dt} \frac{dx^k}{dt} = \frac{\frac{dx^u}{dt}}{g_{pq}\frac{dx^p}{dt}\frac{dx^q}{dt}} \frac{d}{dt}\left[g_{rs}\frac{dx^r}{dt}\frac{dx^s}{dt}\right]$$
How do I prove the right hand side to be zero to get the geodesic equation?
Basically, I can rewrite the above mentioned equation as $$ \frac{d^2 x^\mu}{dt^2} + \Gamma^\mu_{\nu \lambda} \frac{dx^\nu}{dt} \frac{dx^\lambda}{dt} = \frac{dx^\mu}{dt} \frac{d\ \log(L)}{dt}$$
I need to know why is the following true? $$\frac{d\ \log(L)}{dt} =0$$
I know that the derivation might be simpler using a different Lagrangian but I want to do it using this one.