Description of configuration options for debug
Configuration option = Default value Description
[DEFAULT]
backdoor_port = None (StrOpt) Enable eventlet backdoor. Acceptable values are 0, <port>, and <start>:<end>, where 0 results in listening on a random tcp port number; <port> results in listening on the specified port number (and not enabling backdoor if that port is in use); and <start>:<end> results in listening on the smallest unused port number within the specified range of port numbers. The chosen port is displayed in the service's log file.
backlog = 4096 (IntOpt) Number of backlog requests to configure the socket with
debug = False (BoolOpt) Print debugging output (set logging level to DEBUG instead of default WARNING level).
disable_process_locking = False (BoolOpt) Whether to disable inter-process locks
fatal_deprecations = False (BoolOpt) make deprecations fatal
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 = None (IntOpt) Pydev debug server port (5678 by default).
remote_cinder_client = trove.common.remote.cinder_client (StrOpt) No help text available for this option.
remote_dns_client = trove.common.remote.dns_client (StrOpt) No help text available for this option.
remote_guest_client = trove.common.remote.guest_client (StrOpt) No help text available for this option.
remote_heat_client = trove.common.remote.heat_client (StrOpt) No help text available for this option.
remote_nova_client = trove.common.remote.nova_client (StrOpt) No help text available for this option.
remote_swift_client = trove.common.remote.swift_client (StrOpt) No help text available for this option.
verbose = False (BoolOpt) Print more verbose output (set logging level to INFO instead of default WARNING level).