Skip to content

Commit a173ab5

Browse files
Add server.logs.user.config
1 parent 979c0ac commit a173ab5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

modules/ROOT/pages/changes-deprecations-removals.adoc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ For details, refer to the link:{neo4j-docs-base-uri}/java-reference/current/exte
265265

266266
=== Changed valid values of configuration settings
267267

268-
The `server.logs.config` is changed to depend on the provided path for the _conf_ directory instead of having the _conf_ directory encoded in the default values.
268+
The `server.logs.config` and the `server.logs.user.config` are changed to depend on the provided path for the _conf_ directory instead of having the _conf_ directory encoded in the default values.
269269

270270
[options=header, cols="2m,3,3"]
271271
|===
@@ -276,6 +276,10 @@ The `server.logs.config` is changed to depend on the provided path for the _conf
276276
|`server.logs.config`
277277
|A path. If relative, it is resolved from `server.directories.neo4j_home`.
278278
|A path. If relative, it is resolved from `server.directories.configuration`.
279+
280+
|`server.logs.user.config`
281+
|A path. If relative, it is resolved from server.directories.neo4j_home.
282+
|A path. If relative, it is resolved from server.directories.configuration.
279283
|===
280284

281285
=== Renamed configuration settings

0 commit comments

Comments
 (0)