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/modeling/domain-model/entities/view-entities/use-view-entities.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -173,10 +173,10 @@ The database follows the below process:
173
173
174
174
Even though the query is using a view that also includes address information, the database ignores this information, as it is not relevant when counting customers by age.
175
175
176
-
If you set the `DataStorage_QueryPlan` log node to Trace, you see the query plan for your all your queries in the Mendix Runtime log.
176
+
If you set the `DataStorage_QueryPlan` log node to Debug, you see the query plan for your all your queries in the Mendix Runtime log.
177
177
178
178
{{% alert color="warning" %}}
179
-
The `DataStorage_QueryPlan` log node has a very large performance impact and should not be enabled in production.
179
+
The `DataStorage_QueryPlan` log node has a very large performance impact and should never be enabled in production.
Copy file name to clipboardExpand all lines: content/en/docs/refguide10/runtime/logging/_index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ This list is currently incomplete and is being updated.
64
64
| Connector | Logs when standard or custom request handlers (added through Core#addRequestHandler) are registered, or when a path is called that does not have a registered request handler. |
65
65
| Core | Logs messages from the core runtime. This can be startup of the runtime, version of the runtime, license being used and issues related to interpreting the model. |
66
66
| DataStorage_QueryHandling | Logs messages related to the queries that are being executed. |
67
-
| DataStorage_QueryPlan | Logs the query plan used by the database for every query (currently only supported for PostgreSQL databases). {{% alert color="warning" %}}The `DataStorage_QueryPlan` log node has a very large performance impact and should not be enabled in production.{{% /alert %}} |
67
+
| DataStorage_QueryPlan | Logs the query plan used by the database for every query (currently only supported for PostgreSQL databases). {{% alert color="warning" %}}The `DataStorage_QueryPlan` log node has a very large performance impact and should never be enabled in production.{{% /alert %}} |
68
68
| DocumentExporter | Logs messages related to the templating engine that generates documents. |
69
69
| FileDocumentSizesPopulateJob | Logs messages for a background job that populates the file-size field in the database for documents that do not have that field filled (used during legacy migration). |
70
70
| InvalidRequestLimiter | Logs messages related to responses being throttled due to invalid requests. |
Copy file name to clipboardExpand all lines: content/en/docs/refguide8/runtime/logging.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ This list is currently incomplete and is being worked on.
61
61
| Connector ||
62
62
| Core | Logs messages from the core runtime. This can be startup of the runtime, version of the runtime, license being used and issues related to interpreting the model. |
63
63
| DataStorage_QueryHandling | Logs messages related to the queries that are being executed. |
64
-
| DataStorage_QueryPlan | Logs the query plan used by the database for every query (currently only supported for PostgreSQL databases). {{% alert color="warning" %}}The `DataStorage_QueryPlan` log node has a very large performance impact and should not be enabled in production.{{% /alert %}}
64
+
| DataStorage_QueryPlan | Logs the query plan used by the database for every query (currently only supported for PostgreSQL databases). {{% alert color="warning" %}}The `DataStorage_QueryPlan` log node has a very large performance impact and should never be enabled in production.{{% /alert %}} |
65
65
| DocumentExporter | Logs messages related to the templating engine that generates documents. |
66
66
| FileDocumentSizesPopulateJob | Logs messages for a background job that populates the file-size field in the database for documents that do not have that field filled (used during legacy migration). |
67
67
| I18NProcessor | Logs messages related to translation of the app. |
Copy file name to clipboardExpand all lines: content/en/docs/refguide9/runtime/logging.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ This list is currently incomplete and is being updated.
64
64
| Connector ||
65
65
| Core | Logs messages from the core runtime. This can be startup of the runtime, version of the runtime, license being used and issues related to interpreting the model. |
66
66
| DataStorage_QueryHandling | Logs messages related to the queries that are being executed. |
67
-
| DataStorage_QueryPlan | Logs the query plan used by the database for every query (currently only supported for PostgreSQL databases). {{% alert color="warning" %}}The `DataStorage_QueryPlan` log node has a very large performance impact and should not be enabled in production.{{% /alert %}}
67
+
| DataStorage_QueryPlan | Logs the query plan used by the database for every query (currently only supported for PostgreSQL databases). {{% alert color="warning" %}}The `DataStorage_QueryPlan` log node has a very large performance impact and should never be enabled in production.{{% /alert %}} |
68
68
| DocumentExporter | Logs messages related to the templating engine that generates documents. |
69
69
| FileDocumentSizesPopulateJob | Logs messages for a background job that populates the file-size field in the database for documents that do not have that field filled (used during legacy migration). |
70
70
| IDResolution | Information on retrieval queries and runtime operations that are being executed. |
0 commit comments