Skip to content

Conversation

jjmerchante
Copy link
Contributor

@jjmerchante jjmerchante commented Mar 24, 2025

Remove HTTP request and initialization logs from uWSGI, and use Django logging for easier management using settings.

Django doesn't log requests using uWSGI and a middleware is required to log them.

With these changes, all logs can be managed and configured using Django logging

Related to chaoss/grimoirelab#741

This commit adds a middleware to log API requests. This allows
to manage all the logs using Django logging system.

Signed-off-by: Jose Javier Merchante <[email protected]>
This commit removes the initialization logs from UWSGI and use
Python logging for all the logs used in GrimoireLab core.

Signed-off-by: Jose Javier Merchante <[email protected]>
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.

1 participant