Commit graph

6 commits

Author SHA1 Message Date
Dave Shawley
e6ef43c050 Deprecate calling run without a logging config. 2019-09-03 07:29:20 -04:00
Andrew Rabert
a981861bf1 Use python 3 super 2018-11-26 19:24:30 -05:00
Dave Shawley
531b796559 Add sprockets.http.app module.
This module separates out the application state management from the
mechanics of running the application.  The former is destined for a
sub-class of tornado.web.Application (as app.Application) and the
latter remains in sprockets.http.runner.
2016-11-01 22:01:27 -04:00
Dave Shawley
cdb655be1e Add sprockets.http.mixins.ErrorWriter. 2015-11-19 17:29:07 -05:00
Dave Shawley
702c0a112f Add support for log_message kwarg. 2015-11-19 11:51:34 -05:00
Dave Shawley
704c6d34d8 Add LoggingHandler and ErrorLogger mixins. 2015-11-18 16:15:37 -05:00