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


With regards,
Apache Git Services

Reply via email to