I'm expanding here the accepted answer by FredH in the way I interpreted it, putting it in layman's terms as much as possible (according to my very basic mathematical knowledge). I'm also drawing from other answers posted, so thanks everyone who took the time!
First, as suggested, instead of talking in terms of logarithms I'll rephrase the question as an exponentiation (which seems simpler to grasp). In that case we would be looking for a base $b$ that had an exponent that would be the same as its result:
$$ b^x=x $$
In this explanation I'll invert the terms calling the exponent the input and the result of the exponentiation the output (in the logarithm it's actually the other way around since it is the inverse function, but since we're talking about an identity function the relationship between the input and output is symmetrical).
An identity function, and hence a linear function, will have its output growing at the same rate as the input (called both $x$ here). Even if there's a particular $b$ and a particular $x$ that holds the equality (which there are, as shown in the examples of other answers), when $x$ starts growing, say, one unit at a time, in the left-hand side (LHS) it would mean multiplying the already $b^x$ by another $b$
$$ b^{x+1} = x + 1 \iff b^x * b = x + 1 $$
so the LHS would be expanding $b$ times (multiplication) while the output is always growing by a fixed constant of $1$ (addition).
I originally thought of the invalid logarithm base of $1$, but not even $1$ would work for every $x$, it would keep the LHS steady while the output changes. If $b$ is bigger than one, no matter how close to $1$ it is, repeatedly multiplying by it would cause the LHS to, at some point, start (and keep) growing in each iteration by more than just $1$, surpassing the pace of the output (which will always grow at same rate). Worse yet, if $b$ is smaller than one it would mean that the LHS would start getting smaller (while the output grows).
As succinctly expressed in the answers, the identity function, or any linear function for that matter, won't fit a logarithm no matter the chosen base, since it would be like trying to fit a multiplication into an addition.