jamesislebron commented on issue #4550:
URL: https://github.com/apache/apisix/issues/4550#issuecomment-891634851


   > By saying `JSONArray`, you mean the format like:
   > 
   > ```json
   > [
   >   {...},
   >   {...},
   >   {...}
   > ]
   > ```
   > 
   > Or just like the following:
   > 
   > ```json
   > {...}
   > {...}
   > {...}
   > ```
   
   I have the same problem, `JSONArray` means format like
   ```
   [
     {...},
     {...},
     {...}
   ]
   ```
   What I want is just json log one by one:
   ```
   {...}
   
   ```


-- 
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