This question is somewhat similar to my last set of infinite nests (see here) but this time I would like to attain an upper bound instead of the area, as $\int_1^\infty\ln x\,dx$ does not converge.
Consider $f_1(x)=\ln x$ and $f_2(x)=\ln(x+\ln x)$ such that $f_n$ satisfies the relation $$f_n(x)=\ln(x+f_{n-1}(x)).$$ Is there a minimum real number $k$ such that $f_\infty(x)\le\ln x+k$ and if so, is there a closed form?
Attempt
Let us first consider the equality. $$f_\infty(x)=\ln x+k\implies\ln(x+\ln x+k)=\ln x+k\implies x+\ln x=xe^k-k$$ From W|A, we get $k=-W(-e^{-x})-(x+\ln x)$. Its graph against $x$ can be found here.
Let's now try a numerical approach. I used Desmos for this - an example is here. \begin{array}{c|c}n&1&2&3&4&5&6&7&8&9&10\\\hline \text{(approx.) } k&0&0.313&0.404&0.437&0.451&0.456&0.458&0.458&0.459&0.459\end{array} This shows that $k\approx0.459$, hence there is strong evidence that such a number $k$ does exist for $f_{\infty}$.
Any ideas for the closed form?