Created process.log.set (markdown)

ni-richard 2019-09-12 16:24:16 +02:00
parent 0054e2a4d6
commit 8cc304424b

25
process.log.set.md Normal file

@ -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"
}
```