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