From 6a367f870bda87f6d98058c24b842016e960e1ed Mon Sep 17 00:00:00 2001 From: Reneta Popova Date: Fri, 24 Jan 2025 14:39:56 +0000 Subject: [PATCH 1/4] Document neo4j-admin-exception-trace-DATETIME.log and neo4j-admin-import-DATETIME.log --- modules/ROOT/pages/monitoring/logging.adoc | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/modules/ROOT/pages/monitoring/logging.adoc b/modules/ROOT/pages/monitoring/logging.adoc index ed1b6363c..f2c64122a 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-DATETIME.log_ +| label:new[Introduced in 2025.01] Logs exceptions that occur during the execution of the `neo4j-admin` commands. +| +| + +| _neo4j-admin-import-DATETIME.log_ +| label:new[Introduced in 2025.01] Logs information about the import process when using the `neo4j-admin import` command. +| +| |=== == 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 rater 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`]. ==== From d73ae471d2c18079d0e323bd98433867a047f472 Mon Sep 17 00:00:00 2001 From: Reneta Popova Date: Fri, 24 Jan 2025 14:41:39 +0000 Subject: [PATCH 2/4] fix the import command --- modules/ROOT/pages/monitoring/logging.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/monitoring/logging.adoc b/modules/ROOT/pages/monitoring/logging.adoc index f2c64122a..8767cf758 100644 --- a/modules/ROOT/pages/monitoring/logging.adoc +++ b/modules/ROOT/pages/monitoring/logging.adoc @@ -81,7 +81,7 @@ and xref:configuration/configuration-settings.adoc#config_db.logs.query.threshol | | _neo4j-admin-import-DATETIME.log_ -| label:new[Introduced in 2025.01] Logs information about the import process when using the `neo4j-admin import` command. +| label:new[Introduced in 2025.01] Logs information about the import process when using the `neo4j-admin database import` command. | | |=== From 9c206e014cab0a8d81aceea549fd2d3a27b4c140 Mon Sep 17 00:00:00 2001 From: Reneta Popova Date: Fri, 24 Jan 2025 15:01:15 +0000 Subject: [PATCH 3/4] apply suggestions from review --- modules/ROOT/pages/monitoring/logging.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/ROOT/pages/monitoring/logging.adoc b/modules/ROOT/pages/monitoring/logging.adoc index 8767cf758..320db887f 100644 --- a/modules/ROOT/pages/monitoring/logging.adoc +++ b/modules/ROOT/pages/monitoring/logging.adoc @@ -75,12 +75,12 @@ and xref:configuration/configuration-settings.adoc#config_db.logs.query.threshol | | -| _neo4j-admin-exception-trace-DATETIME.log_ +| _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` commands. | | -| _neo4j-admin-import-DATETIME.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. | | @@ -102,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`]. ==== From 87bc59ea610f46ec78e7e55836617acb0fce8b4d Mon Sep 17 00:00:00 2001 From: Reneta Popova Date: Fri, 24 Jan 2025 15:12:41 +0000 Subject: [PATCH 4/4] apply suggestions from review --- modules/ROOT/pages/monitoring/logging.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/ROOT/pages/monitoring/logging.adoc b/modules/ROOT/pages/monitoring/logging.adoc index 320db887f..bc6db2a4f 100644 --- a/modules/ROOT/pages/monitoring/logging.adoc +++ b/modules/ROOT/pages/monitoring/logging.adoc @@ -76,12 +76,12 @@ and xref:configuration/configuration-settings.adoc#config_db.logs.query.threshol | | _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` commands. +| 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. +| 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_. | | |===