KeepAlive Timeout log level change to debug
This commit is contained in:
parent
8b23b5d389
commit
cabcf50fbe
|
@ -195,7 +195,7 @@ class HttpProtocol(asyncio.Protocol):
|
|||
self.keep_alive_timeout_callback)
|
||||
)
|
||||
else:
|
||||
logger.info('KeepAlive Timeout. Closing connection.')
|
||||
logger.debug('KeepAlive Timeout. Closing connection.')
|
||||
self.transport.close()
|
||||
self.transport = None
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user