Skip to content

Commit fb4d654

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

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
@@ -291,7 +291,8 @@ The pattern renames the files to _debug.log.01_ and _http.log.01_ when they reac
291291

292292
<5> The `JsonTemplateLayout` layout is used to format the log messages in JSON format.
293293
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.
294-
If you require the _debug.log_ messages in a different format, create an additional Appender.
294+
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.
295+
If you require to use the text format, you can uncomment entry <6>.
295296

296297
<6> `PatternLayout` defines the layout for the appender, in this case with the `GMT+2` timezone.
297298
See <<general-logging-log-layout>> for more information.

0 commit comments

Comments
 (0)