File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -57,6 +57,9 @@ It is highly recommended to keep it enabled and not to alter it. +
5757If you require the _debug.log_ messages in a different format, create an additional Appender since the Neo4j Support team uses the default one.
5858For more information, see xref:monitoring/logging.adoc#_default_logging_configuration[Default logging configuration].
5959
60+ Starting from 2025.05, the `failureReason` column of the JSON format query log is deprecated.
61+ Instead, use the `errorInfo` column.
62+
6063=== Built-in procedures
6164
6265.See procedures removed in Neo4j 2025.01 without replacement.
Original file line number Diff line number Diff line change @@ -1285,9 +1285,11 @@ Included when xref:configuration/configuration-settings.adoc#config_db.logs.quer
12851285| annotationData
12861286| Metadata attached to the transaction.
12871287
1288+ [role=label--deprecated-2025.05]
12881289| failureReason
12891290| Reason for failure.
12901291Included when applicable.
1292+ This field is deprecated by `errorInfo`.
12911293
12921294| errorInfo
12931295| GQL error information as a JSON object.
You can’t perform that action at this time.
0 commit comments