You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2020/12/16 01:31:29 UTC

[GitHub] [skywalking] kezhenxu94 edited a comment on issue #6013: can't find skywalking-oap-server.log files of skywalking-oap in k8s pod

kezhenxu94 edited a comment on issue #6013:
URL: https://github.com/apache/skywalking/issues/6013#issuecomment-745704709


   @ZhangDi-d I think that’s by design, Kubernetes services usually log to stdout and you can check them all (there may be many pods per service) with `kubectl logs` conveniently, in your case it’s `kubectl -n istio-system logs -f $(kubectl get pod -A -l "app=skywalking,release=skywalking,component=oap" -o name)`, is it what you want?


----------------------------------------------------------------
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:
users@infra.apache.org