kayx23 commented on issue #9284:
URL: https://github.com/apache/apisix/issues/9284#issuecomment-1502611367

   ## info that might be useful
   
   In `/apisix/utils/log-util.lua`: 
   
   ```
   local _M = {}
   _M.metadata_schema_log_format = {
       type = "object",
       default = {
           ["host"] = "$host",
           ["@timestamp"] = "$time_iso8601",
           ["client_ip"] = "$remote_addr",
       },
   }
   ```
   
   @soulbird mentioned the default format should be the same as the one 
available in metadata


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to