Logging variable operation syntax

Dgraph logging variables are toggled using the /config/ddomain?op=log-enable&name=<variable-name> and /config/ddomain?op=log-disable&name=<variable-name> operations.

You can include multiple logging variables in a single request. Unrecognized logging variables generate warnings.

For example, this operation:
/config/wine?op=log-enable&name=requestverbose
turns on verbose logging for queries, while this operation:
config/wine?op=log-enable&name=textsearchrelrankverbose&name=textsearchspellverbose
turns on verbose logging for both the text search relevance ranking and spelling features.
However, this operation:
config/wine?op=log-enable&name=allmylogs
returns an unsupported logging setting message.
In addition, the following operations are supported: