Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kn func run: for Python does not show any message for the user to know that it is running #20

Open
nainaz opened this issue Sep 24, 2021 · 1 comment

Comments

@nainaz
Copy link

nainaz commented Sep 24, 2021

As a Function Author, when I am using command kn func run for python language/runtime, I should be able to discern that server is started so that I know the function is ready to be used.

GIVEN I am running newly create Python function
WHEN I issue 'kn func run' command
THEN I see that my function is running and ready to be called.

@nainaz nainaz changed the title Kn func run for Python does not show any message for the user to know that it is running kn func run: for Python does not show any message for the user to know that it is running Sep 24, 2021
@sferich888
Copy link
Collaborator

sferich888 commented Feb 9, 2024

You should see Serving on http://0.0.0.0:8080/ in the logs, which is the standard message from the wsgi server (waitress: https://docs.pylonsproject.org/projects/waitress/en/latest/runner.html) see this code

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants