4 process.log.set
therealkrispet edited this page 2019-11-18 11:14:16 +01:00
  • Description: Configures the behavior of process logging events.
  • Subscribers: ProcessLogHandler
{
    "key": "process.log.set"
}
Parameter Type Required Description
name string Name of the process to watch.
tail number Limit the number of log entries to list.

Example:

{
    "key": "process.log.set",
    "name": "webservice"
}