Show More
@@ -771,8 +771,7 b' def main(global_config, **settings):' | |||
|
771 | 771 | |
|
772 | 772 | pyramid_app = HTTPApplication(settings=settings, global_config=global_config).wsgi_app() |
|
773 | 773 | total_time = time.time() - start_time |
|
774 |
log.info('Pyramid app |
|
|
775 | pyramid_app.__class__, total_time) | |
|
774 | log.info('Pyramid app created and configured in %.2fs', total_time) | |
|
776 | 775 | return pyramid_app |
|
777 | 776 | |
|
778 | 777 |
General Comments 0
You need to be logged in to leave comments.
Login now