My intuition is that the first-order term in the Taylor expansion should dominate the series, if divergent:
$$ \log(1+x) = x - \frac { x ^ { 2 } } { 2 } + \frac { x ^ { 3 } } { 3 } - \frac { x ^ { 4 } } { 4 } + \cdots $$
So we would get with Taylor expansion:
$$ \sum_i\log(1+q_i) = \sum_{i}\sum_{k=1}^\infty\frac{q_i^k}{k} = \sum_i q_i + \sum_{i}\sum_{k=2}^\infty\frac{q_i^k}{k} $$
Is there a slick way to control the residual?
Hint:
Consider $q_0=1$, $q_1=-1/2$, and $q_{i+2}=q_i$ for $i=0,1,2,\cdots$