Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion modules/ROOT/pages/monitoring/logging.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -92,7 +102,7 @@ For details, see <<garbage-collection-log-file-configuration>>.
====
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 _<home>/conf/user-logs.xml_ and _<home>/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 <conf> rater than <home>.
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>.
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`].
====

Expand Down
Loading