membphis commented on issue #2533:
URL: https://github.com/apache/apisix/issues/2533#issuecomment-718424096
only one error log was found
`2020/10/29 06:46:33 [error] 36#36: *954 [lua] balancer.lua:267:
load_balancer(): failed to set server peer
[some-k8s-svc.default.svc.cluster.local:5202] err: no host allowed while
connecting to upstream, client: <mylaptopip>, server: , request: "GET /
HTTP/1.1", host: "<my-server>"`
I think we can get more. Please make a try with this way(only fetched the
error log which contains `error` word:
```
cat logs/error.log | grep error
```
----------------------------------------------------------------
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]