promisingService group parameter

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