Error message access log entry

Table 1. Error message access log entry
Field name Required Description
type Yes The access log entry type, which is always error for entries of this type. Used for differentiation from other access log entry types such as http, mirror, or proxy.
format Yes The current version of the error log entry format
time Yes A human-readable date string that is associated with this message (ISO 8601).
message Yes The error message.
The following code is an example of Multi-Delete Access Log Entry (Failures):
{ 
   "type":"error",
   "format": 1,
   "time":"18/Oct/2015:21:13:20 +0000",
   "message":"Dropping access log entries due to full queue"
}