Description of logging configuration options
Configuration option = Default value Description
[DEFAULT]
= 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.
= 4096 (IntOpt) Number of backlog requests to configure the socket with
= 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.
= None (StrOpt) Pydev debug server host (localhost by default).
= None (IntOpt) Pydev debug server port (5678 by default).
[profiler]
= False (BoolOpt) If False fully disable profiling feature.
= True (BoolOpt) If False doesn't trace SQL requests.