ning1875 opened a new pull request, #9726:
URL: https://github.com/apache/apisix/pull/9726

   ### Description
   When the log format is configured, it is also expected to print some 
important request headers such as the release that identifies the lane to help 
troubleshoot the request problem, so the user needs to configure the header 
list to be printed
   
   
   ### Checklist
   
   - [ ] I have explained the need for this PR and the problem it solves
   - [ ] I have explained the changes or the new features added to this PR
   - [ ] I have added tests corresponding to this change
   - [ ] I have updated the documentation to reflect this change
   - [ ] I have verified that this change is backward compatible (If not, 
please discuss on the [APISIX mailing 
list](https://github.com/apache/apisix/tree/master#community) first)
   
   #### eg
   - config like this
   ```shell
   "request_header_keys": [
       "release",
       "env",
     ]
   ```
   - log like  
   ```shell
   "release"="dev",
   "env"="stage"
   ```


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