Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
---|---|---|---|---|---|---|---|---|
ServerId | INT | 10 | null |
|
|
The primary key for the server that is reporting in. Foreign Key to the lt_servers table. |
||
ServerServiceId | INT | 10 | null |
|
|
Identifies the Automate application that is reporting the information. Foreign Key to lt_serverservices table. |
||
PluginId | INT | 10 | null |
|
|
The primary key for the plugin that is being reporting on. Foreign Key to the plugins table. |
||
LogText | MEDIUMTEXT | 16777215 | null |
|
|
The logs that were emitted for the specified plugin. Note that these logs may or may not be verbose logs as they match the behavior of the server configuration as per the lt_tp_current_configuration table. |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc/Asc/Asc | ServerId + ServerServiceId + PluginId |
Diagram producer might be missing
No diagrams were produced please see application output for any errors