diff --git a/modules/ROOT/pages/monitoring/logging.adoc b/modules/ROOT/pages/monitoring/logging.adoc index ed1b6363c..bc6db2a4f 100644 --- a/modules/ROOT/pages/monitoring/logging.adoc +++ b/modules/ROOT/pages/monitoring/logging.adoc @@ -74,6 +74,16 @@ and xref:configuration/configuration-settings.adoc#config_db.logs.query.threshol | label:Windows[]Logs information about errors encountered when installing or running the Windows service. | | + +| _neo4j-admin-exception-trace-yyyy-MM-dd.HH.mm.ss.log_ +| 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_. +| +| + +| _neo4j-admin-import-yyyy-MM-dd.HH.mm.ss.log_ +| 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_. +| +| |=== == Default logging configuration @@ -92,7 +102,7 @@ For details, see <>. ==== Starting from Noe4j 2025.01, the default configuration files are located in the _server.directories.configuration=conf_ directory. Therefore, the default paths to the configuration files are _/conf/user-logs.xml_ and _/conf/server-logs.xml_. -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 rater than . +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 rather than . 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`]. ====