A newer version of this documentation is available.

View Latest

enableVerboseLogging

    The enableVerboseLogging setting enables collecting additional logs for debugging purpose.

    Enabling this setting periodically adds more statistics whenever user runs the /api/stats endpoint for periodic stats collection.

    Example

    curl -XPUT -H "Content-type:application/json" http://username:password@<ip>:8094/api/managerOptions \-d '{
        "enableVerboseLogging": "true"
    }