Changes between Initial Version and Version 1 of Ticket #25704, comment 1
- Timestamp:
- Nov 7, 2015, 1:30:16 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #25704, comment 1
initial v1 1 1 I'm not sure this should be part of the actual output of runserver but it would make sense to at least provide it as a kwarg to the logger calls to allow third party and users to refer to it in a formater or filter. 2 2 3 e.g. one could write a formatter that turns the text bold if request latest more than X ms.3 e.g. one could write a formatter that turns the text bold if request take more than X ms to complete.