mirror of
https://github.com/avatao-content/baseimage-tutorial-framework
synced 2024-11-22 23:11:33 +00:00
Created process.log.set (markdown)
parent
0054e2a4d6
commit
8cc304424b
25
process.log.set.md
Normal file
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"
|
||||||
|
}
|
||||||
|
```
|
Loading…
Reference in New Issue
Block a user