This view tails the server logs for all instance nodes under an area or edge node.
The view requires the following parameters:
| Name | Optional | Type | Description |
| node$ | Mandatory | Text | Name of an area or edge node in the network |
| size$ | Mandatory | Number | The number of characters to tail from the log |
The view returns the following columns:
| Name | Description |
| edge_id | Identity of parent edge node |
| edge_name | Name of the parent edge node |
| connection | Instance node connection string |
| state | Connection state (0 indicates OK) |
| information | Log text; or error message if node is unavailable |
Note that this view returns information for all instance nodes reachable under node$; any unreachable instance nodes will also be listed with a non-zero state and an error message instead of the log information.
Comments
Article is closed for comments.