Document log file endpoint's support for using Range header

Closes gh-5062
This commit is contained in:
Andy Wilkinson
2016-02-24 10:56:32 +00:00
parent a6b1f4ce63
commit b1afd091c2
4 changed files with 34 additions and 2 deletions

View File

@@ -118,7 +118,8 @@ unauthenticated connection or full message details when authenticated).
|`logfile`
|Returns the contents of the logfile (if `logging.file` or `logging.path` properties have
been set). Only available via MVC.
been set). Only available via MVC. Supports the use of the HTTP `Range` header to retrieve
part of the log file's content.
|true
|`metrics`