Baoyuantop commented on issue #12778: URL: https://github.com/apache/apisix/issues/12778#issuecomment-3584660182
You are correct that APISIX generates an nginx.conf with a single server block (and a catch-all location /) to handle all traffic dynamically via Lua. This design means you cannot use the traditional Nginx method of defining multiple server blocks to split logs. However, you can use file-logger by enabling the plugin in different routes and configuring different file paths. This will help you achieve your goal. -- 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]
