Skip to content

Commit f6cbd0d

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

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
@@ -93,7 +93,8 @@ For details, see <<garbage-collection-log-file-configuration>>.
9393
Starting from Noe4j 2025.01, the default configuration files are located in the _server.directories.configuration=conf_ directory.
9494
Therefore, the default paths to the configuration files are _conf/user-logs.xml_ and _conf/server-logs.xml_.
9595
And <conf> by default is <home>/conf.
96-
If you use a custom non-absolute paths set in the _neo4j.conf_ file for either of your Log4j configuration files, by using the parameters xref:configuration/configuration-settings.adoc#config_server.logs.user.config[`server.logs.user.config`] and xref:configuration/configuration-settings.adoc#config_server.logs.config[`server.logs.config`], then these values will likely be wrong, as these settings now depend on <conf> rather than <home>.
96+
If you use a custom directory for your Log4j configuration files, update the paths to your XML files in the _neo4j.conf_ file to depend on <conf> rater than <home>.
97+
For example, xref:configuration/configuration-settings.adoc#config_server.logs.user.config[`server.logs.user.config=path/to/your/conf/user-logs.xml`] and xref:configuration/configuration-settings.adoc#config_server.logs.config[`server.logs.config=path/to/your/conf/server-logs.xml`].
9798
====
9899

99100
Each configuration file comprises two main elements: _Appenders_ and _Loggers_:

0 commit comments

Comments
 (0)