Skip to content

Commit b28f6f0

Browse files
committed
Add QueryPlan warning in logging page for mx 11 as well
1 parent e7693b0 commit b28f6f0

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ This list is currently incomplete and is being updated.
6868
| 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. |
6969
| 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. |
7070
| DataStorage_QueryHandling | Logs messages related to the queries that are being executed. |
71-
| DataStorage_QueryPlan | Query execution plan information for installations (currently only supported for PostgreSQL databases). |
71+
| DataStorage_QueryPlan | Query execution plan information for installations (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 %}} |
7272
| DocumentExporter | Logs messages related to the templating engine that generates documents. |
7373
| 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). |
7474
| InvalidRequestLimiter | Logs messages related to responses being throttled due to invalid requests. |

0 commit comments

Comments
 (0)