Skip to main content

View Logs

GET 

/logs

Logs will be forwarded automatically to the /webhook/allLog path of the registered webhook.

An array of objects will be sent, with the file name and the file in the following format:


// File name: DateTime_LogType_Context.log

[
{
fileName: '1680472331313_Info_InstanceWAService.log',
buffer: <Buffer 7b 22 63 6f 6e 74 65 78 74 22 3a 22 49 6e 73 74 61 6e 63 65 57 41 53 65 72 76 69 63 65 22 2c 22 74 79 70 65 22 3a 22 49 4e 46 4f 22 2c 22 74 79 70 65 ... 255 more bytes>
},
{
fileName: '1680472443873_Info_InstanceWAService.log',
buffer: <Buffer 7b 22 63 6f 6e 74 65 78 74 22 3a 22 49 6e 73 74 61 6e 63 65 57 41 53 65 72 76 69 63 65 22 2c 22 74 79 70 65 22 3a 22 49 4e 46 4f 22 2c 22 74 79 70 65 ... 255 more bytes>
},
{
fileName: '1680470878014_Info_InstanceWAService.log',
buffer: <Buffer 7b 22 63 6f 6e 74 65 78 74 22 3a 22 49 6e 73 74 61 6e 63 65 57 41 53 65 72 76 69 63 65 22 2c 22 74 79 70 65 22 3a 22 49 4e 46 4f 22 2c 22 74 79 70 65 ... 255 more bytes>
},
{
fileName: '1680472193057_Warn_WebhookProcessor.log',
buffer: <Buffer 7b 22 63 6f 6e 74 65 78 74 22 3a 22 49 6e 73 74 61 6e 63 65 57 41 53 65 72 76 69 63 65 22 2c 22 74 79 70 65 22 3a 22 49 4e 46 4f 22 2c 22 74 79 70 65 ... 255 more bytes>
},
{
fileName: '1680472115535_Error_WebhookProcessor.log',
buffer: <Buffer 7b 22 63 6f 6e 74 65 78 74 22 3a 22 49 6e 73 74 61 6e 63 65 57 41 53 65 72 76 69 63 65 22 2c 22 74 79 70 65 22 3a 22 49 4e 46 4f 22 2c 22 74 79 70 65 ... 255 more bytes>
},
{
fileName: '1680472725408_Error_WebhookProcessor.log',
buffer: <Buffer 7b 22 63 6f 6e 74 65 78 74 22 3a 22 49 6e 73 74 61 6e 63 65 57 41 53 65 72 76 69 63 65 22 2c 22 74 79 70 65 22 3a 22 49 4e 46 4f 22 2c 22 74 79 70 65 ... 255 more bytes>
},
{
fileName: '1680471000886_Error_WebhookProcessor.log',
buffer: <Buffer 7b 22 63 6f 6e 74 65 78 74 22 3a 22 49 6e 73 74 61 6e 63 65 57 41 53 65 72 76 69 63 65 22 2c 22 74 79 70 65 22 3a 22 49 4e 46 4f 22 2c 22 74 79 70 65 ... 255 more bytes>
},
]

Request

Responses

Loading...