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

Add Internal Server Error log output #243

Closed
wants to merge 9 commits into from

Conversation

yutianchen666
Copy link
Contributor

No description provided.

@yutianchen666 yutianchen666 linked an issue Jun 3, 2024 that may be closed by this pull request
@yutianchen666 yutianchen666 requested a review from xwu99 June 3, 2024 07:30
@@ -75,8 +75,35 @@
json=sample_input,
stream=args.streaming_response,
)
try:
Copy link
Contributor

@xwu99 xwu99 Jun 7, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't' think we can add the debug info in the examples code since they are for users.
Could you add the check from CI script? or figure out a way to print this from the serve side.

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

Successfully merging this pull request may close these issues.

Output some debug info in CI when Internal Server Error
2 participants