admin.groupGetTelemetryLogLevel( config as element(configuration), group-id as xs.unsignedLong ) as String
This function returns the current configured telemetry log level.
Note: The current effective log level may be lower than this if limited by the Secure Telemetry Storage service.
No host will send logs finer than the configured level.
http://marklogic.com/xdmp/privileges/admin/group
http://marklogic.com/xdmp/privileges/admin/group/{id}
const admin = require('/MarkLogic/admin.xqy'); const config = admin.getConfiguration() admin.groupGetTelemetryLogLevel(config, xdmp.group()) ==> "finest"
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.