-
This could be a command such as `./manage.py show_settings_diff` (or similar) - it could work by having the `djp.settings(globals())` function grab a snapshot of the current state before, then make th…
-
## Overview
The current prod settings use [django-json-logging](https://github.com/cipriantarta/django-logging/) to log in JSON format, which vastly simplifies the log aggregation and alerting story.…
-
### Self-Hosted Version
24.8.0
### CPU Architecture
x86_64
### Docker Version
20.10.10
### Docker Compose Version
2.29.2
### Steps to Reproduce
When logging in for the first time, click Conti…
-
It seems we can't get expected "correlation_id" via DjangoRequestReader class.
def get_http_header(self, request, header_name, default=None):
if request is None:
return default
i…
-
**Describe the bug**
When attempting to log in using a SAML provider configured in the "Federation and Social Login" section of the authentik admin interface, an exception appears in the logs. This o…
-
I always end up adding
```python
# IN BASE.PY
from django.utils.log import DEFAULT_LOGGING
# start from default values -- so that they can be overriden later
# https://stackoverflow.com/a…
-
I just read through thread #866 and I’m relatively new to this codebase.
**My Issue**
When I call the `drf_spectacular.views.SpectacularAPIView` view, the error and warning messages are logged i…
-
### Describe the issue
My self-hosted Weblate instance throws the following error when I try to dismiss certain checks, but not for others (i.e. dismissing in general works, but not for some checks).…
-
Hi folks,
I was looking into getting logging of my Django app to work in a containerized unit, but not sure how to get it right.
General best practice for containers is to log to stdout and tha…
-
### Proposed Changes
- Django moved away from `curry` in favor of `functools.partial` in [3.0](https://github.com/django/django/blob/0dd29209091280ccf34e07c9468746c396b7778e/docs/releases/3.0.txt…