From 8cc304424b719022fdfd8c7fad16d5206120bc64 Mon Sep 17 00:00:00 2001 From: ni-richard Date: Thu, 12 Sep 2019 16:24:16 +0200 Subject: [PATCH] Created process.log.set (markdown) --- process.log.set.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 process.log.set.md diff --git a/process.log.set.md b/process.log.set.md new file mode 100644 index 0000000..3d329e7 --- /dev/null +++ b/process.log.set.md @@ -0,0 +1,25 @@ +* **Description**: Configures the behavior of process logging events. +* **Subscribers**: [ProcessLogHandler](https://github.com/avatao-content/baseimage-tutorial-framework/wiki/ProcessLogHandler) + +```json +{ + "key": "process.log.set", + "intent": "control", + "scope": "zmq" +} +``` + +| Parameter | Type | Required | Description | +| ------------ |:--------:|:------------------:| --------------------------- | +| *name* | `string` | | Name of the process to watch. | +| *tail* | `number` | | Limit the number of log entries to list. | + +*** + +**Example**: +```json +{ + "key": "process.log.set", + "name": "webservice" +} +``` \ No newline at end of file