]> git.ipfire.org Git - thirdparty/tornado.git/commit
Improved extensibility of LogFormatter
authorAndrea Ratto <andrearatto@yahoo.it>
Wed, 25 Dec 2013 01:02:31 +0000 (02:02 +0100)
committerBen Darnell <ben@bendarnell.com>
Tue, 7 Jan 2014 03:42:43 +0000 (22:42 -0500)
commitd2a56867eddebcce1545c90598385e9c2b08137a
treef8e4d01300049914ba41f8ade7041562334c837a
parent1a2460caf390445f28779e9058b3e822e0934ad5
Improved extensibility of LogFormatter

* refactored code separating coloring logic
* allow full line customization of the format
* possibly faster operation
tornado/log.py
tornado/test/log_test.py