Closed bugcy013 closed 4 years ago
Did this ever get resolved? I am seeing that in 0.16.1 n a fresh build on Mac OS X, triggered by this line:
tdout_stream.time_format = %Y-%m-%d %H:%M:%S [webapp]
btw, I do not see the % in your text! :)
The quick solution is to interpolate %
with another %
:
stdout_stream.time_format = %%Y-%%m-%%d %%H:%%M:%%S
What I found was that if you change ConfigParser
to RawConfigParser
it works without extra %
interpolation. But I am not sure about the consequences and will try to find that out.
I also notice that documentation for that is not correct, so we will have to decide: use the extra interpolation or change the config parser.
Hi Guys,
When I try to run circusd in windows server 2008rc2. I am getting this exception. I am using Python 2.7.15
tech.cfg