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.fileType configuration variable:

    orientdb> CONFIG GET tx.log.fileType
    
    Remote configuration: tx.log.fileType = classic
    

You can display all configuration variables using the CONFIG command. To change the values, use the CONFIG SET command.

For more information on other commands, see Config Commands.