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

Logging HTTP backend #186

Closed
florimondmanca opened this issue Apr 20, 2022 · 2 comments · Fixed by #304
Closed

Logging HTTP backend #186

florimondmanca opened this issue Apr 20, 2022 · 2 comments · Fixed by #304
Assignees

Comments

@florimondmanca
Copy link
Collaborator

florimondmanca commented Apr 20, 2022

Description du problème

L'investigation de problèmes comme #185 serait plus facile si on avait des journaux HTTP basique pour les serveurs front et back.

Il y a des journaux d'accès côté back, mais il y manque des informations comme le timestamp :

$ tail -f /var/log/server.out.log
INFO:     90.39.92.223:0 - "GET /api/datasets/ HTTP/1.0" 500 Internal Server Error
INFO:     90.39.92.223:0 - "GET /api/datasets/ HTTP/1.0" 200 OK
INFO:     90.39.92.223:0 - "GET /api/datasets/4d2ef06a-d3a0-42e9-8275-08be3dc508fe/ HTTP/1.0" 200 OK
INFO:     90.39.92.223:0 - "GET /api/datasets/ HTTP/1.0" 200 OK
INFO:     90.39.92.223:0 - "GET /api/datasets/ HTTP/1.0" 200 OK

(NB : l'adresse IP client est celle de Nginx. Elle ne change pas en fonction du terminal qu'on utilise pour accéder à https://staging.catalogue.multi.coop - essayer avec un ordinateur puis un mobile par exemple.)

Solution envisagée

Créer une config de logging Python à passer à Uvicorn. Voir Logging (Settings - Uvicorn) et des billets de blog tels FastAPI Uvicorn logging in production

@florimondmanca
Copy link
Collaborator Author

@Volubyl Tu as un retour d'expérience sur ce qu'on devrait / pourrait faire niveau logs côté front ?

@florimondmanca florimondmanca self-assigned this Jun 27, 2022
@florimondmanca florimondmanca changed the title Logging HTTP Logging HTTP backend Jun 30, 2022
@florimondmanca
Copy link
Collaborator Author

J'ai sorti la partie client dans #320 pour que #304 puisse fermer cette partie back.

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

Successfully merging a pull request may close this issue.

1 participant