General Component Configuration Options
This sections contains the configuration options that all services, agents, or executors share.
Module: this is the name of the component class to be instantiated. If a component with this name also exists in the configuration, its options are inherited by the derived component
LogLevel: possible values ERROR,INFO,NOTICE,VERBOSE,DEBUG
LogBackends: backends to send log messages to, possible values stdout, ESserver
Service Options
There are several options that can be defined for all the services.
MaxThreads: max number of service threads (15 by default)
MinThreads: min number of service threads (1 by default)
MaxWaitingPetitions: max number of queries to be kept in the service queue (500 by default)
Port: port the service listens on
Protocol: service access protocol (dips by default)
HandlerPath: path to the services handler code, e.g. DIRAC.WorkloadManagementSystem.Service.JobManager