Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix docs re: logging_threshold
  • Loading branch information
chadwhitacre committed Jan 9, 2013
1 parent e21aba6 commit 76efc05
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/api/website/index.html
Expand Up @@ -24,14 +24,14 @@
<tr><td>configuration_scripts&nbsp;</td><td>[]</td> </tr>
<tr><td>indices</td><td>['index', 'index.html', 'index.json']</td> </tr>
<tr><td>list_directories</td><td>False</td> </tr>
<tr><td>logging_threshold</td><td>0 (most verbose)</td> </tr>
<tr><td>media_type_default</td><td>text/plain</td> </tr>
<tr><td>media_type_json</td><td>application/json</td> </tr>
<tr><td>network_engine</td><td>cheroot</td> </tr>
<tr><td>network_address</td><td>(u'0.0.0.0', 8080), socket.AF_INET)</td> </tr>
<tr><td>project_root</td><td>None</td> </tr>
<tr><td>renderer_default</td><td>tornado</td> </tr>
<tr><td>show_tracebacks</td><td>False</td> </tr>
<tr><td>quiet_level</td><td>0</td> </tr>
<tr><td>www_root</td><td>None</td> </tr>
<tr><td>unavailable</td><td>0</td> </tr>
</table>
Expand Down
2 changes: 1 addition & 1 deletion doc/aspen/index.html
Expand Up @@ -35,7 +35,7 @@
the HTTP engine to use, one of {cheroot,cherrypy,
diesel,eventlet,gevent,pants,rocket,tornado,twisted}
[cheroot]
-q QUIET_LEVEL, --quiet_level=QUIET_LEVEL
-l LOGGING_THRESHOLD, --logging_threshold=LOGGING_THRESHOLD
a small integer; 1 will suppress most of aspen's
internal logging, 2 will suppress all it [0]
-p PROJECT_ROOT, --project_root=PROJECT_ROOT
Expand Down
2 changes: 1 addition & 1 deletion doc/configuration/index.html
Expand Up @@ -17,13 +17,13 @@
<tr><td>configuration_scripts&nbsp;</td><td>script-one.py,another.py</td> </tr>
<tr><td>indices</td> <td>index.html, README</td> </tr>
<tr><td>list_directories</td> <td>False</td> </tr>
<tr><td>logging_threshold</td> <td>1</td> </tr>
<tr><td>media_type_default</td> <td>text/plain</td> </tr>
<tr><td>media_type_json</td> <td>application/json</td> </tr>
<tr><td>network_engine</td> <td>gevent</td> </tr>
<tr><td>network_address</td> <td>:5370</td> </tr>
<tr><td>project_root</td> <td>/usr/local/mysite</td> </tr>
<tr><td>show_tracebacks</td> <td>True</td> </tr>
<tr><td>quiet_level</td> <td>1</td> </tr>
<tr><td>www_root</td> <td>/usr/local/mysite/www</td> </tr>
<tr><td>unavailable</td> <td>0</td> </tr>
</table>
Expand Down

0 comments on commit 76efc05

Please sign in to comment.