Skip to content

Commit e1f225c

Browse files
Add advance warning on json format for query.log
1 parent 8755b98 commit e1f225c

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

modules/ROOT/pages/monitoring/logging.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1193,6 +1193,13 @@ In Neo4j Browser and Bloom, the user-provided metadata is always replaced by the
11931193

11941194
=== Use JSON format for the query log
11951195

1196+
[NOTE]
1197+
====
1198+
The current default appender format for the query log is <<#general-logging-pattern-layout, the plain text format>>. +
1199+
Starting with a release following the next LTS version, the default query log format for new installations will change to `JSON`.
1200+
You will still be able to use the plain text format by setting it explicitly within the _Appenders_ element.
1201+
====
1202+
11961203
The query log can use a JSON layout.
11971204
To change the format, the layout for the `QueryLogger` must be changed from using the `PatternLayout`:
11981205

0 commit comments

Comments
 (0)