starsz opened a new issue #149: URL: https://github.com/apache/apisix-docker/issues/149
As @pahud suggested, we can link the access log and error log to stdout and stderr. Like this: ``` ln -s /dev/stdout /usr/local/apisix/logs/access.log ln -s /dev/stderr /usr/local/apisix/logs/error.log ``` Then we can get the log more conveniently. @gxthrj @tokers @spacewander What's your opinion? ---------------------------------------------------------------- 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]
