Skip to content

Commit 930d719

Browse files
authored
Merge pull request #10298 from mendix/MvM-NewLogNodes
[TW-2177] - Add missing log nodes
2 parents 38db075 + b6f646e commit 930d719

File tree

1 file changed

+4
-1
lines changed
  • content/en/docs/refguide/runtime/logging

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ This list is currently incomplete and is being updated.
5656
| Log Node | Description|
5757
| --- | --- |
5858
| 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. |
5961
| Configuration | Logging related to the configuration of the Mendix app that is read in at startup. |
6062
| ConnectionBus | General logging related to database startup, synchronization and connections management for Mendix. |
6163
| 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.
8688
| MicroflowDebugger | Logs messages related to the status of the microflow debugger (for example, connection status, incoming and outgoing requests). |
8789
| MicroflowEngine | Logs messages related to microflow execution (for example, which microflow or microflow action is being executed and errors that occur during the execution). |
8890
| MicroflowStructureOptimizer | Logs messages related to microflow structure optimization performed during startup. |
91+
| ML Engine | Log messages produced by ML Kit activities. |
8992
| ModelStore | Logs debug messages related to synchronizing User Role and language information to the system tables. |
9093
| Module | Logs messages for modules that are loaded on-demand in the core runtime like the microflow-engine. |
9194
| ObjectManagement | Logs errors relating to attempts to make associations to non-existent object |
9295
| ODataConsume | Logs messages related to consumed OData services. |
9396
| OData Publish | Logs messages related to published OData/GraphQL services. |
9497
| OrphanFileCleaner | Logs messages related the orphan file cleaning background task. |
9598
| QueryParser | Logs messages related to the parsing or interpretation of XPath and OQL queries. |
96-
| TaskQueue | All actions related to Task Queues |
9799
| REST Consume | Logs messages related to the Call REST service activity. |
98100
| REST Publish | Logs messages related to published REST services. |
99101
| 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.
102104
| StorageAzure | Logs messages related to file handling if you are using Azure system as your file store. |
103105
| StorageLocal | Logs messages related to file handling if you are using the local file system as your file store. |
104106
| 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 |
105108
| WebServices | Traces SOAP call request and response contents. |
106109
| 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. |
107110
| 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)