Skip to content

Commit 47c136c

Browse files
committed
Deprecate failureReason column of JSON query log.
1 parent 268f7b6 commit 47c136c

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

modules/ROOT/pages/changes-deprecations-removals.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ It is highly recommended to keep it enabled and not to alter it. +
5757
If you require the _debug.log_ messages in a different format, create an additional Appender since the Neo4j Support team uses the default one.
5858
For 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.

modules/ROOT/pages/monitoring/logging.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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.
12901291
Included when applicable.
1292+
This field is deprecated by `errorInfo`.
12911293

12921294
| errorInfo
12931295
| GQL error information as a JSON object.

0 commit comments

Comments
 (0)