List and syntax of configuration operations

Use configuration (or config) operations to modify logging information for the Dgraph within the Endeca Server.

The Dgraph recognizes the following config operations:
Config operation Description
/config/ddomain?op=help Returns the usage page for all of the config operations.
/config/ddomain?op=log-enable Enables verbose logging for one or more specified variables.
/config/ddomain?op=log-disable Disables verbose logging for one or more specified variables.
/config/ddomain?op=log-status Returns verbose logging status.
The configuration operations utilize the following syntax:
http://<host>:<port>/endeca-server/config/<data_domain>?op=<supported-operation>
Where:

Queries to these URLs are handled in the Dgraph's request queue like any other request—that is, they are handled on a first-come, first-served basis. They are also reported in the Dgraph request log like any other request.

For example:
http://localhost:7001/endeca-server/config/books?op=log-status
Note: If you are using HTTPS mode, use https in the URL.