KATO Tomoyuki ce094c144b [config-ref] Add table labels
Change-Id: If4e4b6fccb77092ef5939100960ebf278f0e5bf9
2015-11-23 10:57:54 +09:00

35 lines
1.4 KiB
ReStructuredText

..
Warning: Do not edit this file. It is automatically generated from the
software project's code and your changes will be overwritten.
The tool to generate this file lives in openstack-doc-tools repository.
Please make any changes needed in the code, then run the
autogenerate-config-doc tool from the openstack-doc-tools repository, or
ask for help on the documentation mailing list, IRC channel or meeting.
.. _trove-debug:
.. list-table:: Description of logging configuration options
:header-rows: 1
:class: config-ref-table
* - Configuration option = Default value
- Description
* - **[DEFAULT]**
-
* - ``backlog`` = ``4096``
- (IntOpt) Number of backlog requests to configure the socket with
* - ``pydev_debug`` = ``disabled``
- (StrOpt) Enable or disable pydev remote debugging. If value is 'auto' tries to connect to remote debugger server, but in case of error continues running with debugging disabled.
* - ``pydev_debug_host`` = ``None``
- (StrOpt) Pydev debug server host (localhost by default).
* - ``pydev_debug_port`` = ``5678``
- (IntOpt) Pydev debug server port (5678 by default).
* - **[profiler]**
-
* - ``enabled`` = ``False``
- (BoolOpt) If False fully disable profiling feature.
* - ``trace_sqlalchemy`` = ``True``
- (BoolOpt) If False doesn't trace SQL requests.