GET /api/logs/{name}
Gets a log file and its content.
Request
Parameter | Description | Additional information |
---|---|---|
name | The name of the logfile to get. | Define this parameter in the url. |
Response
Returns the logfile with its content.
Example
{ "Name": "wmp.log", "Length": 66434223, "CreatedAt": "2022-12-21T14:09:26.6579236+00:00", "Content": "Log entries" }