-
Notifications
You must be signed in to change notification settings - Fork 1k
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
feast serve_offline
displays no info logging
#4639
Labels
Comments
dandawg
changed the title
Oct 17, 2024
feast serve_offline
displays no info outputfeast serve_offline
displays no info logging
franciscojavierarceo
added
good first issue
Good for newcomers
starter-ticket
Good starter tickets
labels
Oct 19, 2024
FYI, all of these messages come from the Uvicorn web server that we use in the online server, like this. |
lokeshrangineni
added a commit
to lokeshrangineni/feast
that referenced
this issue
Oct 21, 2024
…s the github issue feast-dev#4639 Signed-off-by: lrangine <19699092+lokeshrangineni@users.noreply.github.com>
lokeshrangineni
added a commit
to lokeshrangineni/feast
that referenced
this issue
Oct 21, 2024
…s the github issue feast-dev#4639 Signed-off-by: lrangine <19699092+lokeshrangineni@users.noreply.github.com>
franciscojavierarceo
pushed a commit
that referenced
this issue
Oct 28, 2024
) Printing more verbose logs when we start the offline server to address the github issue #4639 Signed-off-by: lrangine <19699092+lokeshrangineni@users.noreply.github.com>
@lokeshrangineni this can be closed based on your PR #4660 |
PR is merged so we can close this ticket. |
lokeshrangineni
added a commit
to lokeshrangineni/feast
that referenced
this issue
Oct 29, 2024
…ast-dev#4660) Printing more verbose logs when we start the offline server to address the github issue feast-dev#4639 Signed-off-by: lrangine <19699092+lokeshrangineni@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Expected Behavior
The
feast serve_offline
command (which launches a feast offline server process) should behave similar to thefeast serve
command, which displays helpful information, including the serving endpoint (host:port). Thefeast serve
command shows info like the following:And on shutdown, the
feast serve
command gives:Note: this issue may affect the registry server as well. I have not looked into that, but my expectation would be that all three servers should have logging at startup, during operation, and at shutdown.
Current Behavior
The
feast serve_offline
command just launches the process and displays no output but a blinking cursor. The user is left wondering if the server is ready, and what endpoint it is running on. There is also presumably no information to capture for logging to show for example, when the server started or shutdown.Steps to reproduce
Specifications
Possible Solution
Add logging to
feast serve_offline
following the pattern offeast serve
.The text was updated successfully, but these errors were encountered: