Added context help content

This commit is contained in:
Andrew Manning
2016-04-27 06:23:05 -04:00
parent f975d9dfe4
commit b13c21f872
5 changed files with 29 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
<dl class="dl-horizontal">
<dt>General</dt>
<dd>This page allows you to adjust log settings and to view and existing log.</dd>
<dt>Log Settings</dt>
<dd>When you enable the Debugging option, system log information will begin appending to the file specified in the "Log File" box (path is relative to the hub root, for example /var/www). Note that this file must be writable by the web server.</dd>
<dt>Log Level</dt>
<dd>The log level option allows you to set how much information is appended to the log file. Warning: Increasing this level can quickly inflate the size of the log file to >100MB, especially on hubs with more than a few members.</dd>
</dl>

View File

@@ -0,0 +1,4 @@
<dl class="dl-horizontal">
<dt>General</dt>
<dd>The queue statistics display how many posts are in the queue for delivery to other hubs. The priority is related to how many times the delivery has been unsuccessfully attempted.</dd>
</dl>