The blueworx.error topic contains error and warning logging.
Error log
A single error generated from a specific module. The module details are contained within the source/sourceName. The actual error text is within the content element.
The accountId, applicationId and callIndex are all optional fields and may not be present on all messages.
The blueworx.error topic supports the following headers.
Header | Value |
---|---|
Time | Timestamp of the entry in milliseconds since 1970 |
Call | Call index on the BVR |
Name | Type | Optional | Description |
---|---|---|---|
source | string | No | Source of the message |
sourceName | string | No | Source name |
accountId | string | Yes | Account handling the call |
applicationId | string | Yes | Application handling the call |
callIndex | string | Yes | Call index on the BVR |
content | string | No | Application log message |
thread | string | No | Thread |
threadName | string | No | Thread name |
threadID | number | No | Thread id |
timestamp | date | No | Time of application log |
traceID | string | No | Trace id |
traceLevel | string | No | Trace level of message |
Example
{ "source": "BVR", "sourceName": "1.2.3.4", "accountId": "0x00000000", "applicationId": "0x00000003", "callIndex": "VC0102030400000001", "content": "Connected to BRM", "thread": "ZK-EventThread - 43", "threadName": "ZK-EventThread", "threadID": 43, "timestamp": "2019-06-04 12:56:12.756", "traceID": "[T003203]", "traceLevel": "INFO" }