LogResource
Log REST resource.
The following resources are part of this group:
/logging/log
Mount Point: /service/siesta/logging/log
Available Since: 2.7
GET
Available Since: 2.7
Downloads a part of nexus.log (specified by fromByte/bytesCount) or full nexus.log (if fromByte/bytesCount are null).
Parameters
name | description | type | default |
---|---|---|---|
fromByte | starting position | query | |
bytesCount | number of bytes | query |
Response Body
element: | (custom) |
media types: | text/plain |
part or full nexus.log
/logging/log/mark
Mount Point: /service/siesta/logging/log/mark
Available Since: 2.7
PUT
Available Since: 2.7
Logs a message at INFO level.
Request Body
element: | marker |
media types: | application/xml application/json |
message to be logger (cannot be null/empty)