Skip to content

Commit 59c5cd1

Browse files
committed
[TW-2177] - Add missing log nodes
1 parent 295f961 commit 59c5cd1

File tree

1 file changed

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

1 file changed

+5
-1
lines changed

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

Lines changed: 5 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. |
@@ -81,19 +83,20 @@ This list is currently incomplete and is being updated.
8183
| Jetty | Logs messages from the internal Jetty webserver that handles HTTP requests between the runtime and the outside world. |
8284
| LicenseService | Logs messages related to the licensing of the app. |
8385
| Logging | Logs messages related to the logging framework used by Mendix. |
86+
| MaterializedView | |
8487
| M2EE | Logs messages from the administration interface with the Mendix Runtime. |
8588
| Metrics | Logs messages related to the runtime metrics reporting infrastructure. |
8689
| MicroflowDebugger | Logs messages related to the status of the microflow debugger (for example, connection status, incoming and outgoing requests). |
8790
| MicroflowEngine | Logs messages related to microflow execution (for example, which microflow or microflow action is being executed and errors that occur during the execution). |
8891
| MicroflowStructureOptimizer | Logs messages related to microflow structure optimization performed during startup. |
92+
| ML Engine | |
8993
| ModelStore | Logs debug messages related to synchronizing User Role and language information to the system tables. |
9094
| Module | Logs messages for modules that are loaded on-demand in the core runtime like the microflow-engine. |
9195
| ObjectManagement | Logs errors relating to attempts to make associations to non-existent object |
9296
| ODataConsume | Logs messages related to consumed OData services. |
9397
| OData Publish | Logs messages related to published OData/GraphQL services. |
9498
| OrphanFileCleaner | Logs messages related the orphan file cleaning background task. |
9599
| QueryParser | Logs messages related to the parsing or interpretation of XPath and OQL queries. |
96-
| TaskQueue | All actions related to Task Queues |
97100
| REST Consume | Logs messages related to the Call REST service activity. |
98101
| REST Publish | Logs messages related to published REST services. |
99102
| 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 +105,7 @@ This list is currently incomplete and is being updated.
102105
| StorageAzure | Logs messages related to file handling if you are using Azure system as your file store. |
103106
| StorageLocal | Logs messages related to file handling if you are using the local file system as your file store. |
104107
| StorageS3 | Logs messages related to file handling if you are using Amazon S3 system as your file store. |
108+
| TaskQueue | All actions related to Task Queues |
105109
| WebServices | Traces SOAP call request and response contents. |
106110
| 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. |
107111
| 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)