Twisted starting/stopping factory/protocol less noisy log messages
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 a lot. So i'm looking for a simple way to disable those messages. Regards You can set the noisy attribute of a factory to False to prevent it from logging these messages. See also http://twistedmatrix.com/trac/ticket/4021 which will probably be resolved by the next Twisted release. For example, here's a program with two clients, but only one will log its start/stop messages: import sys from twisted.internet import reactor,