Is there a way to tell to twistd to not log all factory and protocol start and stop. I use many type of protocols and performs a lot of connections ... and my log file grows
As a more system wide solution you can try the following:
from twisted.internet.protocol import Factory Factory.noisy = False