In my work on another problem I arrived at this sum:
$$\sum_{k=1}^\infty\frac{(-1)^k}{2k-1}\ln(2k+1+n)$$
It appears to converge for practically any $n$. Is this a known sum that I can find references to? Does it have a closed form? Should I try converting the log into a series?

By the alternating series test, it converges for all $n>-3$ (and in fact for all $n\in \mathbb{C}$ such that all the terms of the series exist). A closed form is known for $n=-2$:$$ \sum_{k=1}^\infty \frac{(-1)^k}{2k-1} \log(2k-1) =\beta'(1)= \frac\pi4(\gamma - \log \pi) + \pi \log\Gamma(3/4) $$ according to Wikipedia.
I don't expect there's a nice closed form for any other special value of the sum. Let $f(z) = \sum_{k=1}^\infty \frac{(-1)^k}{2k-1}\log(2k-1+z)$; then your sum is $f(n+2)$ (it's slightly nicer to shift the argument). The closest thing to a closed form I could find for $f$ is it's Taylor series $$ f(z) = \beta'(1) + \sum_{n=1}^\infty \frac{\beta(n+1)}{n} (-z)^n $$ where $\beta$ is the Dirichlet Beta function. To prove this, recall $\log(a + z) = \log(a) - \sum_{n=1}^\infty \frac1{n a^n}(-z)^n$. Applying this to $f$:\begin{eqnarray} f(z) &=& \sum_{k=1}^\infty \frac{(-1)^k}{2k-1}\log(2k-1+z)\\ &=& \sum_{k=1}^\infty \frac{(-1)^k}{2k-1}\log(2k-1) - \sum_{k=1}^\infty \frac{(-1)^k}{2k-1} \sum_{n=1}^\infty \frac{1}{n(2k-1)^n} (-z)^n\\ &=& -\beta'(1) + \sum_{n=1}^\infty \frac{\beta(n+1)}{n}(-z)^n \end{eqnarray} Also closed form adjacent is $$ f'(z) = -\frac{\pi}{4z} - \frac{1}{4z}\left(\psi\left(\frac{z+1}4\right) - \psi\left(\frac{z+3}4\right)\right) $$ where $\psi$ is the digamma function. Proof:\begin{eqnarray} f'(z) &=& \sum_{k=1}^\infty \frac{(-1)^k}{(2k-1)(2k-1+z)}\\ &=& \sum_{k=1}^\infty (-1)^k\left(\frac1{z(2k-1)} - \frac1{z(2k-1+z)} \right) \\ &=& \frac1z\sum_{k=1}^\infty \frac{(-1)^k}{2k-1} - \frac1z\sum_{k=1}^\infty \frac{1}{2k-1+z} \\ &=& -\frac{\pi}{4z}- \frac{1}{4z}\left(\psi\left(\frac{z+1}4\right) - \psi\left(\frac{z+3}4\right)\right) \end{eqnarray} see Wolfram Alpha for the last step.