monkeyDluffy6017 commented on PR #9726: URL: https://github.com/apache/apisix/pull/9726#issuecomment-1609255485
Hi @ning1875, I don't think you need to create this pr to implement this function. You could record the request header like this ``` curl http://127.0.0.1:9180/apisix/admin/plugin_metadata/file-logger -H 'X-API-KEY: edd1c9f034335f136f87ad84b625c8f1' -X PUT -d ' { "log_format": { "release": "$http_release", } }' ``` -- 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]
