optimizerService group parameter

Use optimizerService group to manage number of deployments, replica counts, thread counts and more, for provisioningService, kpiProcessorService, optimizationService, configurationService, requestOrganizerService, dataCaptureService, elasticSearchDataProcessor, and errorProcessorService.
The following YAML snippet is a sample schema of optimizerService group:
  optimizerService:
    serviceGroup: "dev"
The following table explains the property applicable for optimizerService group.
Property Default value Value type Required Description
serviceGroup   string Yes Specify the service group for Optimization service. Available options are dev, production, and <flexible_mode>. For flexible mode, use any values other than dev or production.
Note: Go to the optimizerService group to enable logging and specify logLevel attribute. The default value is INFO. Available options are OFF, FATAL, ERROR, WARN, INFO, DEBUG, TRACE, ALL.