imjoey commented on a change in pull request #128:
URL: https://github.com/apache/apisix-docker/pull/128#discussion_r575627698
##########
File path: alpine/Dockerfile
##########
@@ -40,6 +40,10 @@ COPY --from=production-stage /usr/bin/apisix /usr/bin/apisix
ENV
PATH=$PATH:/usr/local/openresty/luajit/bin:/usr/local/openresty/nginx/sbin:/usr/local/openresty/bin
+# apisix's logs will output the stdout and stderr. we can use commend `kubectl
logs` and `docker logs` review apisix's logs
Review comment:
```suggestion
# APISIX's logs will output the stdout and stderr. We can use command
`kubectl logs` and `docker logs` to review APISIX's logs
```
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]