Validate configurations
The neo4j-admin server validate-config
command validates the Neo4j and Log4j configurations.
It is located in the bin
directory and is used to validate the configuration files before starting Neo4j.
The command is available in Neo4j v5.5 and later.
Syntax
The neo4j-admin server validate-config
command has the following syntax:
neo4j-admin server validate-config [-h] [--expand-commands] [--verbose]
Options
The neo4j-admin server validate-config
command has the following options:
Option | Description |
---|---|
|
Allow command expansion in config value evaluation. |
|
Show this help message and exit. |
|
Enable verbose output. |
Example
Invoke
neo4j-admin validate-config
bin/neo4j-admin validate-config
Example output
Validating Neo4j configuration: /path/to/neo4j-enterprise-{neo4j-version-exact}/conf/neo4j.conf No issues found. Validating server Log4j configuration: /path/to/neo4j-enterprise-{neo4j-version-exact}conf/user-logs.xml No issues found. Validating user Log4j configuration: /path/to/neo4j-enterprise-{neo4j-version-exact}/conf/server-logs.xml No issues found. Validation successful.
Was this page helpful?