Show More
@@ -21,7 +21,6 b'' | |||||
21 | import os |
|
21 | import os | |
22 | import sys |
|
22 | import sys | |
23 | import logging |
|
23 | import logging | |
24 | import traceback |
|
|||
25 | import collections |
|
24 | import collections | |
26 | import tempfile |
|
25 | import tempfile | |
27 |
|
26 | |||
@@ -340,6 +339,7 b' def wrap_app_in_wsgi_middlewares(pyramid' | |||||
340 | # if not, then something, somewhere is leaving a connection open |
|
339 | # if not, then something, somewhere is leaving a connection open | |
341 | pool = meta.Base.metadata.bind.engine.pool |
|
340 | pool = meta.Base.metadata.bind.engine.pool | |
342 | log.debug('sa pool status: %s', pool.status()) |
|
341 | log.debug('sa pool status: %s', pool.status()) | |
|
342 | log.debug('Request processing finalized') | |||
343 |
|
343 | |||
344 | return pyramid_app_with_cleanup |
|
344 | return pyramid_app_with_cleanup | |
345 |
|
345 |
General Comments 0
You need to be logged in to leave comments.
Login now