Skip to content

Feature/logging #2334

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

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open

Feature/logging #2334

wants to merge 8 commits into from

Conversation

skywinder
Copy link
Collaborator

@skywinder skywinder commented May 8, 2025

fix the mess with logging

CleanShot 2025-05-09 at 00 57 34@2x
finally we can trace errors and exceptions

Copy link

vercel bot commented May 8, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
omi ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 9, 2025 3:08am

@skywinder skywinder added the backend Backend Task (python) label May 8, 2025
@skywinder skywinder marked this pull request as draft May 8, 2025 20:42
@skywinder skywinder marked this pull request as ready for review May 8, 2025 23:27
@@ -16,5 +16,5 @@ RUN apt-get update && apt-get -y install ffmpeg curl unzip && rm -rf /var/lib/ap
COPY --from=builder /opt/venv /opt/venv
COPY backend/ .

EXPOSE 8080
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8080"]
EXPOSE 8000
Copy link
Member

Choose a reason for hiding this comment

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

pls change the port back to 8080

@mdmohsin7 mdmohsin7 requested a review from beastoin May 13, 2025 22:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Backend Task (python)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants