Skip to content

Commit 0da2e58

Browse files
committed
Change info note about DataStorage_QueryPlan from trace to debug and reword messages
1 parent 806140d commit 0da2e58

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

content/en/docs/refguide/modeling/domain-model/entities/view-entities/use-view-entities.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,10 +173,10 @@ The database follows the below process:
173173

174174
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.
175175

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.
177177

178178
{{% 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.
180180
{{% /alert %}}
181181

182182
## Read More

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ This list is currently incomplete and is being updated.
6464
| 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. |
6565
| 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. |
6666
| 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 %}} |
6868
| DocumentExporter | Logs messages related to the templating engine that generates documents. |
6969
| 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). |
7070
| InvalidRequestLimiter | Logs messages related to responses being throttled due to invalid requests. |

content/en/docs/refguide8/runtime/logging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ This list is currently incomplete and is being worked on.
6161
| Connector | |
6262
| 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. |
6363
| 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 %}} |
6565
| DocumentExporter | Logs messages related to the templating engine that generates documents. |
6666
| 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). |
6767
| I18NProcessor | Logs messages related to translation of the app. |

content/en/docs/refguide9/runtime/logging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ This list is currently incomplete and is being updated.
6464
| Connector | |
6565
| 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. |
6666
| 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 %}} |
6868
| DocumentExporter | Logs messages related to the templating engine that generates documents. |
6969
| 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). |
7070
| IDResolution | Information on retrieval queries and runtime operations that are being executed. |

0 commit comments

Comments
 (0)