Add helptext to access_log_headers_only

This feature was added in icehouse. Add a docstring in
the config reference to complete the documentation.

Change-Id: Ie585b1597ce9a5d0406f5f9a0edfa24a1bc8c465
Closes-Bug: 1283333
This commit is contained in:
Tom Fifield
2014-06-25 14:23:31 +08:00
parent 4632d73c7d
commit d0b87ce897

View File

@@ -54,7 +54,9 @@
<td>access_log_headers = false</td><td>No help text available for this option.</td>
</tr>
<tr>
<td>access_log_headers_only = </td><td>No help text available for this option.</td>
<td>access_log_headers_only = </td><td>If access_log_headers is True and access_log_headers_only is set only
these headers are logged. Multiple headers can be defined as comma separated list like this:
access_log_headers_only = Host, X-Object-Meta-Mtime</td>
</tr>
<tr>
<td>logged with access_log_headers = True.</td><td>No help text available for this option.</td>
@@ -73,4 +75,4 @@
</tr>
</tbody>
</table>
</para>
</para>