Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 845 Bytes

Console-Command-Config-Get.md

File metadata and controls

33 lines (21 loc) · 845 Bytes
search
keywords
console
command
configuration
CONFIG GET

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.