jerrypeng opened a new pull request #3286: output from 'print' statements should be handled correctly in python functions URL: https://github.com/apache/pulsar/pull/3286 ### Motivation Currently if a user has a 'print' statement in his or her python function, the output of that statement goes to stdout and not into the function's corresponding logging file. For ease of use, I think the the output of the print statements should be written to the function's logging file
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
