File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
modules/ROOT/pages/monitoring Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff 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.
293293Starting 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.
297298See <<general-logging-log-layout>> for more information.
You can’t perform that action at this time.
0 commit comments