You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/refguide/runtime/logging/_index.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,8 @@ This list is currently incomplete and is being updated.
56
56
| Log Node | Description|
57
57
| --- | --- |
58
58
| ActionManager | Logs messages related to action scheduling (for example, scheduled events) and action execution (for example, running microflows). |
59
+
| Client | Logs from the Mendix client. |
60
+
| Client_\*| For example *Client_NanoflowDebugger* are logs from specific parts of the Mendix client. |
59
61
| Configuration | Logging related to the configuration of the Mendix app that is read in at startup. |
60
62
| ConnectionBus | General logging related to database startup, synchronization and connections management for Mendix. |
61
63
| ConnectionBus_Mapping | Information relating to the translations of XPath Queries and OQL text queries to OQL Queries. |
@@ -86,14 +88,14 @@ This list is currently incomplete and is being updated.
86
88
| MicroflowDebugger | Logs messages related to the status of the microflow debugger (for example, connection status, incoming and outgoing requests). |
87
89
| MicroflowEngine | Logs messages related to microflow execution (for example, which microflow or microflow action is being executed and errors that occur during the execution). |
88
90
| MicroflowStructureOptimizer | Logs messages related to microflow structure optimization performed during startup. |
91
+
| ML Engine | Log messages produced by ML Kit activities. |
89
92
| ModelStore | Logs debug messages related to synchronizing User Role and language information to the system tables. |
90
93
| Module | Logs messages for modules that are loaded on-demand in the core runtime like the microflow-engine. |
91
94
| ObjectManagement | Logs errors relating to attempts to make associations to non-existent object |
92
95
| ODataConsume | Logs messages related to consumed OData services. |
93
96
| OData Publish | Logs messages related to published OData/GraphQL services. |
94
97
| OrphanFileCleaner | Logs messages related the orphan file cleaning background task. |
95
98
| QueryParser | Logs messages related to the parsing or interpretation of XPath and OQL queries. |
96
-
| TaskQueue | All actions related to Task Queues |
97
99
| REST Consume | Logs messages related to the Call REST service activity. |
98
100
| REST Publish | Logs messages related to published REST services. |
99
101
| RequestStatistics | Logs if thresholds related to state defined in [Client Runtime Settings](/refguide/custom-settings/#web-client-settings) have exceeded the defined threshold. |
@@ -102,6 +104,7 @@ This list is currently incomplete and is being updated.
102
104
| StorageAzure | Logs messages related to file handling if you are using Azure system as your file store. |
103
105
| StorageLocal | Logs messages related to file handling if you are using the local file system as your file store. |
104
106
| StorageS3 | Logs messages related to file handling if you are using Amazon S3 system as your file store. |
107
+
| TaskQueue | All actions related to Task Queues |
| 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. |
107
110
| 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