I am struggling to find (or at least set some bounds on) $$\arg \max_x \log(1+x)(1-I_x(a,b-a)),$$ where $I_x(a,b-a)$ is the regularized incomplete beta function, i.e
$$I_x(a,b-a) = \frac {\int_0^x t^{a-1} (1-t)^{b-a-1}dt}{B(a, b-a)}$$
For $0<x<1$ with $a>1,b-a>1$.
I've noticed that this can be represented as the product of the following integrals:
$$\arg \max_x \int_0^x \frac{\mathrm{d}\tau}{1+\tau} \cdot \int_x^1 \frac{\tau^{a-1}(1-\tau)^{b-a-1}}{B(a,b-a)}\mathrm{d}\tau $$
Yet, it didn't help much to obtain the maximum nor the arg max. I've tried through the first-order derivative, tried to bound it with arithmetic mean-geometric mean, and even tried to apply Jenssen inequality, however, without any success.
I got a hunch that since the first term does not have an explicit maximum, the only term that impacts on the maximum is the second integral, which reaches a maximum at $x\to \frac{a-1}{b-2}$, but didn't succeed to prove this bound.
Maybe L'hoptial rule can help get some insights on this?
Any ideas, help, and clues are much appreciated.