POST /{BASE}/logging/modulesUpdate all modules passed as JSON list argument to the POST body of the service call. Only the fields
"level" and "appenders" can be updated for modules.
- HTTP Example:
POST /{BASE}/logging/modules | - API Example:
LoggingWebService.updateModules({}); |
- Output:
- Response - 200 OK in case modules have been updated successfully
- Consumes:
- application/json
- HTTP return codes:
- 200 - modules updated successfully
- 400 - module configuration invalid (e.g. not proper JSON)
- 404 - module not found
|