
Change-Id: Ia9dc15869ab201a787eecd479252282f0ae9113b Implements: blueprint config-ref-rst
1.4 KiB
1.4 KiB
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. |