Files
openstack-manuals/doc/config-reference/source/tables/trove-debug.rst
Gauvain Pocentek 26510e84dd [config-ref] Publish the RST version
Change-Id: Ia9dc15869ab201a787eecd479252282f0ae9113b
Implements: blueprint config-ref-rst
2015-12-21 09:44:24 +01:00

1.4 KiB

Description of logging configuration options
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 (PortOpt) 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.