Skip to content

Commit cb1544c

Browse files
authored
Document neo4j-admin-exception-trace-DATETIME.log and neo4j-admin-import-DATETIME.log (#2077)
1 parent b07b0af commit cb1544c

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

modules/ROOT/pages/monitoring/logging.adoc

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,16 @@ and xref:configuration/configuration-settings.adoc#config_db.logs.query.threshol
7474
| label:Windows[]Logs information about errors encountered when installing or running the Windows service.
7575
|
7676
|
77+
78+
| _neo4j-admin-exception-trace-yyyy-MM-dd.HH.mm.ss.log_
79+
| label:new[Introduced in 2025.01] Logs exceptions that occur during the execution of the `neo4j-admin` commandsin a separate log file. For example, _neo4j-admin-exception-trace-2025-01-31.19.31.25.log_.
80+
|
81+
|
82+
83+
| _neo4j-admin-import-yyyy-MM-dd.HH.mm.ss.log_
84+
| label:new[Introduced in 2025.01] Logs information about the import process when using the `neo4j-admin database import` command in a separate log file. For example, _neo4j-admin-import-2025-01-31.19.31.25.log_.
85+
|
86+
|
7787
|===
7888

7989
== Default logging configuration
@@ -92,7 +102,7 @@ For details, see <<garbage-collection-log-file-configuration>>.
92102
====
93103
Starting from Noe4j 2025.01, the default configuration files are located in the _server.directories.configuration=conf_ directory.
94104
Therefore, the default paths to the configuration files are _<home>/conf/user-logs.xml_ and _<home>/conf/server-logs.xml_.
95-
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>.
105+
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> rather than <home>.
96106
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`].
97107
====
98108

0 commit comments

Comments
 (0)