-
OpenTelemetry libraries inject trace and span info into Python LogRecords. If we support these fields in this library, it would make our trace-log correlation feature work for frameworks outside of Fl…
-
I have this configuration
```python
LOGGING = {
"version": 1,
"disable_existing_loggers": False,
"filters": {
"require_debug_false": {
"()": "django.utils.log.Re…
-
### Please verify that this feature request has NOT been suggested before.
- [X] I checked and didn't find similar feature request
### Problem statement
Currently, logs are in plain text. That requ…
-
I saw that some people already asked for a Django example, but nobody provided a full example for Django. I also want to use Loguru for my Django 4.2 project, because I think it's a very good and flex…
-
Hi,
I wanted to bring to your attention a compatibility issue that arises when using `django-healthcheck` in conjunction with `django-storages` version 1.14.4.
### Description
After upgrading…
-
### Description:
This Django package currently lacks a `pyproject.toml` file, which is becoming increasingly important for modern Python packaging and dependency management. The absence of this file …
-
Trying to set up geonode on Docker. Django container is stuck on perpetual restart loop and returns below errors when I examine the logs using `docker-compose logs -f django`
> django4project_geono…
-
### Description:
This package currently lacks a `.pre-commit-config.yaml` file, which is important for maintaining code quality and consistency. Without this configuration file, we miss out on severa…
-
https://github.com/SAP/cf-python-logging-support have a quite similar setup in term of adding framework support. We can pull Django and Falcon support from https://github.com/SAP/cf-python-logging-su…
-
When an admin session is logged in to the Django administrator dashboard and they try to open the application's homepage, the admin user shows as already logged in on the normal user application even …