diff --git a/content/en/docs/refguide/runtime/logging/_index.md b/content/en/docs/refguide/runtime/logging/_index.md index cdd450428f2..ab7250a76e2 100644 --- a/content/en/docs/refguide/runtime/logging/_index.md +++ b/content/en/docs/refguide/runtime/logging/_index.md @@ -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. | @@ -86,6 +88,7 @@ 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 | @@ -93,7 +96,6 @@ This list is currently incomplete and is being updated. | 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. | @@ -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. |