Skip to content

Commit b654b94

Browse files
committed
reword the notes
1 parent 03a7aff commit b654b94

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

modules/ROOT/pages/monitoring/logging.adoc

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,9 @@ For Debian and RPM packages run `journalctl --unit=neo4j`.
2727

2828
| _debug.log_
2929
| Log information required by Neo4j Customer Support to investigate problems.
30-
It is highly recommended to keep it enabled and not to alter the _debug.log_ format. +
31-
Starting from Neo4j 2025.01, the default _debug.log_ format is JSON.
32-
Text format is still available but it is recommended to have both enabled in order for us to provide the best support.
30+
It is highly recommended to keep it enabled and not to alter the _debug.log_ format to ensure the best support.
3331
If you require the _debug.log_ messages in a different format, create an additional Appender.
32+
Starting from Neo4j 2025.01, the default format is JSON.
3433
| xref:configuration/configuration-settings.adoc#config_server.logs.debug.enabled[`server.logs.debug.enabled`]
3534
| `true`
3635

@@ -290,8 +289,7 @@ See <<general-logging-appenders>> for more information.
290289
The pattern renames the files to _debug.log.01_ and _http.log.01_ when they reach the defined trigger.
291290

292291
<5> The `JsonTemplateLayout` layout is used to format the log messages in JSON format.
293-
Starting from Neo4j 2025.01, the default _debug.log_ format is JSON.
294-
Text format is still available but it is recommended to have both enabled in order for us to provide the best support.
292+
Starting from Neo4j 2025.01, the default _debug.log_ format is JSON, and it is recommended to keep it enabled to ensure the best support.
295293
If you require the _debug.log_ messages in a different format, create an additional Appender.
296294

297295
<6> `PatternLayout` defines the layout for the appender, in this case with the `GMT+2` timezone.
@@ -452,7 +450,7 @@ The `<JsonTemplateLayout>` is equivalent to the pattern layout and is used to fo
452450
[NOTE]
453451
====
454452
Starting from Neo4j 2025.01, JSON is the default format for the _debug.log_.
455-
Text format is still available but it is recommended to have both enabled in order for us to provide the best support.
453+
It is highly recommended not to alter the _debug.log_ format as it is required by Neo4j Customer Support to investigate problems.
456454
If you require the _debug.log_ messages in a different format, create an additional Appender.
457455
====
458456

0 commit comments

Comments
 (0)