featureManager - Feature Manager (featureManager)

Defines how the server loads features.

NameTypeDefaultDescription
onError
  • IGNORE
  • WARN
  • FAIL
WARNAction to take after a failure to load a feature.
IGNORE
Server will not issue any warning and error messages when it incurs a configuration error.
WARN
Server will issue warning and error messages when it incurs a configuration error.
FAIL
Server will issue a warning or error message on the first error occurrence and then stop the server.

feature

Specifies a feature to be used when the server runs.