Logging
Was this helpful?
Was this helpful?
Was this helpful?
GET /gbds/v2/log HTTP/1.1
Host: <ip>:8085
Accept: */*
textPOST /gbds/v2/log HTTP/1.1
Host: <ip>:8085
Content-Type: application/json
Accept: */*
Content-Length: 49
{
"data": [
{
"component": "API",
"logLevel": "TRACE"
}
]
}{}