Skip to content

Commit f23ba68

Browse files
authored
Merge pull request #10579 from mendix/MvM-SystemTaskLogNode
Add SystemTask to list of Mendix log nodes
2 parents ea57279 + 664d3e8 commit f23ba68

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

content/en/docs/refguide/runtime/logging/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ This list is currently incomplete and is being updated.
104104
| StorageAzure | Logs messages related to file handling if you are using Azure system as your file store. |
105105
| StorageLocal | Logs messages related to file handling if you are using the local file system as your file store. |
106106
| StorageS3 | Logs messages related to file handling if you are using Amazon S3 system as your file store. |
107+
| SystemTask | Logs system management actions on clusters and nodes. *Moved from Core in Mendix version 11.6.1* |
107108
| TaskQueue | All actions related to Task Queues |
108109
| WebServices | Traces SOAP call request and response contents. |
109110
| WebUI | Logs if thresholds related to feedback size defined in [Client Runtime Settings](/refguide/custom-settings/#web-client-settings) have exceeded the defined threshold, or creating a valid session has failed. |

content/en/docs/refguide10/runtime/logging/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ This list is currently incomplete and is being updated.
9898
| StorageAzure | Logs messages related to file handling if you are using Azure system as your file store. |
9999
| StorageLocal | Logs messages related to file handling if you are using the local file system as your file store. |
100100
| StorageS3 | Logs messages related to file handling if you are using Amazon S3 system as your file store. |
101+
| SystemTask | Logs system management actions on clusters and nodes. *Moved from Core in Mendix version 10.18.13 MTS and 10.24.14 LTS* |
101102
| WebServices | Traces SOAP call request and response contents. |
102103
| WebUI | Logs if thresholds related to feedback size defined in [Client Runtime Settings](/refguide10/custom-settings/#web-client-settings) have exceeded the defined threshold, or creating a valid session has failed. |
103104
| Workflow Engine | Logs messages related to workflow executions, for example, lifecycle events, such as a start or an end of a workflow, execution of workflow actions, and errors that occur during the execution. |

content/en/docs/refguide9/runtime/logging.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ This list is currently incomplete and is being updated.
9292
| Services | |
9393
| StorageAzure | Logs messages related to file handling if you are using Azure system as your file store. |
9494
| StorageS3 | Logs messages related to file handling if you are using Amazon S3 system as your file store. |
95+
| SystemTask | Logs system management actions on clusters and nodes. *Moved from Core in Mendix version 9.24.41* |
9596
| WebServices | Traces SOAP call request and response contents. |
9697
| WebUI | |
9798
| Workflow Engine | Logs messages related to workflow executions, for example, lifecycle events, such as a start or an end of a workflow, execution of workflow actions, and errors that occur during the execution. |

0 commit comments

Comments
 (0)