You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2018/10/22 20:22:21 UTC

[GitHub] jerrypeng opened a new pull request #2817: Logs should be output to stdout when running functions in Kubernetes

jerrypeng opened a new pull request #2817: Logs should be output to stdout when running functions in Kubernetes
URL: https://github.com/apache/pulsar/pull/2817
 
 
   ### Motivation
   
   Currently when running functions in kubernetes, logs are written to logs within the container which forces users to ssh into the pod to read the logs which is not always going to be possible. 
   
   Ideally users can just execute
   ```
   kubectl logs <pod>
   ```
   and get logs
   
   I will also do this for python functions

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services