Skip to content

Commit d2ad65c

Browse files
Update modules/ROOT/pages/monitoring/logging.adoc
Co-authored-by: Reneta Popova <[email protected]>
1 parent 85ef8d2 commit d2ad65c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/ROOT/pages/monitoring/logging.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,8 @@ Starting from Neo4j 2025.01, the default _debug.log_ format is JSON, and it is r
293293
If you require the _debug.log_ messages in a different format, create an additional Appender since the default one is used by the Neo4j Support team.
294294
If you require to use the text format, you can uncomment entry <6>.
295295

296-
<6> `PatternLayout` defines the layout for the appender, in this case with the `GMT+2` timezone.
296+
<6> `PatternLayout` defines the layout for the appender, in this case, with the `GMT+2` timezone.
297+
Note that this is used in the 5.x series and is now disabled by default.
297298
See <<general-logging-log-layout>> for more information.
298299

299300
<7> The `Policies` element defines when the files are rolled and how many files to keep as history before they are deleted.

0 commit comments

Comments
 (0)