2
responses
responses
Trying to create a custom log that contains a JSON object
The endpoint I will be sending logs to expects this format:
{
"timestamp":"2019-08-06T19:00:03Z",
"body":"This is a sample body",
"attributes":{
"token":"some token value",
"log_type":"error",
"(extensible keys)":"(string value)"
}
}