log-enable

The log-enable operation lets you turn on verbose logging.

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.