do not log Starting/Stopping factory messages

This commit is contained in:
Daniel Graña 2013-07-10 12:32:43 -03:00
parent 3fe2a32683
commit aa7b529975
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ class HTTP11DownloadHandler(object):
def __init__(self, settings):
self._pool = HTTPConnectionPool(reactor, persistent=True)
self._pool._factory.noisy = False
self._contextFactoryClass = load_object(settings['DOWNLOADER_CLIENTCONTEXTFACTORY'])
self._contextFactory = self._contextFactoryClass()