Description:Subsystems parameter defines for which subsystems of AppServer the logging will be performed.
Parameter type:Array
Default value:all
Possible values:
  • all – all log messages from all subsystems;
  • general – log messages about the state of AppServer, spellcheck, grammar, thesaurus, languages, dictionaries, etc.
  • threadpool – log messages related to managing of threads;
  • licensing – log messages related to licensing;
  • failsafe – log messages about fail safety subsystem; 
  • selector – log messages from a listening thread;
  • responder – log messages from a sender thread.
<Subsystems>all</Subsystems>

  • No labels