-
Notifications
You must be signed in to change notification settings - Fork 83
Document neo4j-admin-exception-trace-DATETIME.log and neo4j-admin-import-DATETIME.log #2077
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document neo4j-admin-exception-trace-DATETIME.log and neo4j-admin-import-DATETIME.log #2077
Conversation
| | | ||
|
|
||
| | _neo4j-admin-exception-trace-DATETIME.log_ | ||
| | label:new[Introduced in 2025.01] Logs exceptions that occur during the execution of the `neo4j-admin` commands. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The DATETIME part is formatted as using the Java format string "yyyy-MM-dd.HH.mm.ss" i.e. the full file name would be: neo4j-admin-exception-trace-2025-01-31.19.31.25.log Should give an example?
| | | ||
|
|
||
| | _neo4j-admin-import-DATETIME.log_ | ||
| | label:new[Introduced in 2025.01] Logs information about the import process when using the `neo4j-admin database import` command. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The DATETIME part is formatted as using the Java format string "yyyy-MM-dd.HH.mm.ss" i.e. the full file name would be: neo4j-admin-import-2025-01-31.19.31.25.log Should give an example?
| 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> rater than <home>. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo: rater should be rather
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK
|
This PR includes documentation updates Updated pages: |
No description provided.