##// END OF EJS Templates
core: unify startup log for pyramid
super-admin -
r1125:f619b34f python3
parent child Browse files
Show More
@@ -1,4 +1,5 b''
1 1 syntax: glob
2
2 3 *.orig
3 4 *.pyc
4 5 *.swp
@@ -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 `%s` created and configured in %.2fs',
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