Let $N$ be a Poisson random variable with the mean parameter $m$. We are interested in finding the following limit \begin{align} \lim_{m \to \infty} m E \left[ \log\left( \frac{N+\frac{1}{2}}{m+1} \right) \right]. \end{align}
Things that I tried: First, I found an upper bound by using Jensen's inequality \begin{align} \lim_{m \to \infty} m E \left[ \log\left( \frac{N+\frac{1}{2}}{m+1} \right) \right]\le \lim_{m \to \infty} m \log\left( \frac{ E \left[ N \right]+\frac{1}{2}}{m+1} \right)= \lim_{m \to \infty} m \log\left( \frac{ m+\frac{1}{2}}{m+1} \right)=-\frac{1}{2}. \end{align}
For the lower bound I tried to use the CLT argument from a related question in here: \begin{align} m E \left[ \log\left( \frac{N+\frac{1}{2}}{m+1} \right) \right]= m E \left[ \log\left( \frac{N+\frac{1}{2}}{m+1} \right) | N \ge \frac{m}{k} \right] P[ N \ge \frac{m}{k} ]+ m E \left[ \log\left( \frac{N+\frac{1}{2}}{m+1} \right) | N < \frac{m}{k} \right] P[ N < \frac{m}{k} ] \end{align} for some $k>0$. Via the CLT it can be shown that $P[ N < \frac{m}{k} ] \to 0$ for all $0<k <1$, and we have that \begin{align} \lim_{m\to \infty}m E \left[ \log\left( \frac{N+\frac{1}{2}}{m+1} \right) \right]= \lim_{m\to \infty}m E \left[ \log\left( \frac{N+\frac{1}{2}}{m+1} \right) | N \ge \frac{m}{k} \right] . \end{align} Now if we use the lower bound at this point, we get \begin{align*} \lim_{m\to \infty}m E \left[ \log\left( \frac{N+\frac{1}{2}}{m+1} \right) | N \ge \frac{m}{k} \right] \ge \lim_{m\to \infty}m \log\left( \frac{ \frac{m}{k}+\frac{1}{2}}{m+1} \right) =-\infty, \end{align*} for all $k \in (0,1)$.
This is an respectable answer, what a median in a Poisson distribution is. Your answer targets large, infinite such medians. This gives the formulae: Poisson distribution. This definition also relates the E symbol to the distribution. Expected value makes clear which operation is expected.
$$E[X]=\int_{0}^{\infty} x P(x)dx$$
$X$ is any function of the distributed parameter.
$$E[\log(\frac{N+\frac{1}{2}}{+1})]=\int_{0}^{\infty} \log(\frac{N+\frac{1}{2}}{+1}) P(N)dN$$
Now You named Poisson random variable so,
$$P(\lambda,N)=\frac{\lambda^N\exp(-\lambda)}{N!}$$
Median and $\lambda$ are : $m\approx\lambda-\frac{1}{3}-\frac{0.05}{\lambda}$. Since Your are interested in large medians only:
$$P(m,N)\approx\frac{(m+\frac{1}{3})^N\exp(-(m+\frac{1}{3}))}{N!}$$
For sufficiently high values the Poisson distribution is approximated by the standard distribution. This can only be evaluated numerically or literature.
A plot of the function over m looks like this:
$$\lim_{m->\infty} m E[\log(\frac{N+\frac{1}{2}}{+1})]=0$$
This might give some safety if the median, mean or parameter $\lambda$ has to be estimated. Since $N$ is natural a variation of $\frac{1}{2}$ is rather common as uncertainty. $\lambda$ is real and the variation in first order is estimated $1$. We approximate the entropies roughly and integration the difference between both over the "true" probability distribution with the mean as parameter. In first order the coefficient vanishes and show how good the approximation really is, if alone the Poisson distribution is selected.
This does not compare to other distribution such as the standard distribution. $\frac{1}{2}$ and $1$ might too named information uncertainty. The graph reflects teh general property of the Poisson distribution that goes over into the standard distribution. Mind this plot might have numerical errors. This is crude because it replaces the median for the parameter already $\lambda$. Use Poisson distribution for a good completion of formulae used.