Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion content/en/docs/refguide/runtime/logging/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ This list is currently incomplete and is being updated.
| Log Node | Description|
| --- | --- |
| ActionManager | Logs messages related to action scheduling (for example, scheduled events) and action execution (for example, running microflows). |
| Client | Logs from the Mendix client. |
| Client_\* | For example *Client_NanoflowDebugger* are logs from specific parts of the Mendix client. |
| Configuration | Logging related to the configuration of the Mendix app that is read in at startup. |
| ConnectionBus | General logging related to database startup, synchronization and connections management for Mendix. |
| ConnectionBus_Mapping | Information relating to the translations of XPath Queries and OQL text queries to OQL Queries. |
Expand Down Expand Up @@ -86,14 +88,14 @@ This list is currently incomplete and is being updated.
| MicroflowDebugger | Logs messages related to the status of the microflow debugger (for example, connection status, incoming and outgoing requests). |
| MicroflowEngine | Logs messages related to microflow execution (for example, which microflow or microflow action is being executed and errors that occur during the execution). |
| MicroflowStructureOptimizer | Logs messages related to microflow structure optimization performed during startup. |
| ML Engine | Log messages produced by ML Kit activities. |
| ModelStore | Logs debug messages related to synchronizing User Role and language information to the system tables. |
| Module | Logs messages for modules that are loaded on-demand in the core runtime like the microflow-engine. |
| ObjectManagement | Logs errors relating to attempts to make associations to non-existent object |
| ODataConsume | Logs messages related to consumed OData services. |
| OData Publish | Logs messages related to published OData/GraphQL services. |
| OrphanFileCleaner | Logs messages related the orphan file cleaning background task. |
| QueryParser | Logs messages related to the parsing or interpretation of XPath and OQL queries. |
| TaskQueue | All actions related to Task Queues |
| REST Consume | Logs messages related to the Call REST service activity. |
| REST Publish | Logs messages related to published REST services. |
| RequestStatistics | Logs if thresholds related to state defined in [Client Runtime Settings](/refguide/custom-settings/#web-client-settings) have exceeded the defined threshold. |
Expand All @@ -102,6 +104,7 @@ This list is currently incomplete and is being updated.
| StorageAzure | Logs messages related to file handling if you are using Azure system as your file store. |
| StorageLocal | Logs messages related to file handling if you are using the local file system as your file store. |
| StorageS3 | Logs messages related to file handling if you are using Amazon S3 system as your file store. |
| TaskQueue | All actions related to Task Queues |
| WebServices | Traces SOAP call request and response contents. |
| 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. |
| 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. |
Expand Down