mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Apache will log %D microseconds over 1 million for requests that take over a second, this change sync's that access log behavior since the formatting seems to be based on that. So a request that takes 1 second and 30 milliseconds will have 1000030 for this atom. This pull request also adds a %L atom for decimal seconds for a quick human-readable latency number. In the above example it would output 1.000030 to the log.
Generate Documentation
======================
Requirements
------------
To generate documentation you need to install:
- Python >= 2.5
- Sphinx (http://sphinx.pocoo.org/)
Generate html
-------------
::
$ make html
The command generates html document inside ``build/html`` dir.