-
I am running into several issues...
But here's my structure:
>
> ├── __pycache__
> ├── django_jinja
> │ ├── __pycache__
> │ ├── builtins
> │ ├── contrib
> │ ├── management
> …
-
how to Unify Python logging(loguru) for a Gunicorn/Uvicorn/FastAPI application?
-
I'm trying to package your module as an rpm package. So I'm using the typical build, install and test cycle used on building packages from non-root account.
- "setup.py build"
- "setup.py install --…
-
```
What steps will reproduce the problem?
1. in any python code, use logging.debug/info to add logging information
2. in setting.py, set debug=False
3. when deploy in app-engine, the debug/info infor…
-
I'm trying to avoid logging the `login` request for the default django admin site, since it contains a password in the request body. Is there a way to apply the `no_logging` decorator to an arbitrary …
-
I'm logging this for myself, but if anyone wants to tackle it if I don't get around to it... great. It's time to upgrade to support the later versions of Django I think.
tests/core/test_bungiesearch.…
-
I have defined the rq task on module `task.py` as:
```python
import django_rq
import logging
import requests
log = logging.getLogger(__name__)
def req_call():
url = 'https://jsonplace…
-
### ISSUE TYPE
Bug Report
SUMMARY
Misconfiguration of the logging url can cause dispatcher to go into a crash loop.
### ENVIRONMENT
AWX version: devel
AWX install method: setup.sh
Ansible ver…
-
```
What steps will reproduce the problem?
1. Log messages to the logger
2. Click on the link next to the message that shows where the code is from
3. Always displays this code:
1 else:
…
-
I am using ```django-tenent``` and ```rest_framework_simplejwt``` and i had no any issue until I implemented ```rest_framework_simplejwt.token_blacklist``` then it started to give me errors like:
```…