soulbird commented on issue #118:
URL: 
https://github.com/apache/apisix-go-plugin-runner/issues/118#issuecomment-1367753052

   go-runner is started in dev mode by default, and the log will be output in 
stdout. When go-runner is hosted in apisix, the log will be output in error.log.
   You can use `go-runner run -m prod` to change the run mode of go-runner so 
that you can see individual log files. In apisix, you can use the following 
configuration:
   ```
   ext-plugin:
      cmd: ["/path-to-your/go-runner/apisix-go-runner", "run", "-m", "prod"]
   ```
   We will supplement the documentation on this.


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