Skip to content

Commit

Permalink
Make log format %b doc reflect behavior and docstring (#3312)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdunklau authored and asvetlov committed Oct 4, 2018
1 parent f6b81b3 commit 107228f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES/3307.doc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Make server access log format placeholder %b documentation reflect
behavior and docstring.
1 change: 1 addition & 0 deletions CONTRIBUTORS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ Brian Muller
Bryce Drennan
Carl George
Cecile Tonglet
Colin Dunklau
Chien-Wei Huang
Chih-Yuan Chen
Chris AtLee
Expand Down
2 changes: 1 addition & 1 deletion docs/logging.rst
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ request and response:
+--------------+---------------------------------------------------------+
| ``%s`` | Response status code |
+--------------+---------------------------------------------------------+
| ``%b`` | Size of response in bytes, excluding HTTP headers |
| ``%b`` | Size of response in bytes, including HTTP headers |
+--------------+---------------------------------------------------------+
| ``%T`` | The time taken to serve the request, in seconds |
+--------------+---------------------------------------------------------+
Expand Down

0 comments on commit 107228f

Please sign in to comment.