Console - CONFIG GET
Displays the value of the requested configuration variable.
Syntax
CONFIG GET <config-variable>
<config-variable>Defines the configuration variable you want to query.
Examples
Display the value to the
tx.log.fileTypeconfiguration variable:orientdb>
CONFIG GET tx.log.fileTypeRemote configuration: tx.log.fileType = classic
You can display all configuration variables using the
CONFIGcommand. To change the values, use theCONFIG SETcommand.For more information on other commands, see Config Commands.