django-cid icon indicating copy to clipboard operation
django-cid copied to clipboard

Correlation Id for Django

Results 8 django-cid issues
Sort by recently updated
recently updated
newest added

`pkg_resources` is deprecated (https://setuptools.pypa.io/en/latest/pkg_resources.html). Closes #65.

https://setuptools.pypa.io/en/latest/pkg_resources.html >Use of pkg_resources is deprecated in favor of importlib.resources, importlib.metadata and their backports ([importlib_resources](https://pypi.org/project/importlib_resources), [importlib_metadata](https://pypi.org/project/importlib_metadata)). Some useful APIs are also provided by [packaging](https://pypi.org/project/packaging) (e.g. requirements and version parsing). Users...

``` django-cid/cid/__init__.py:1: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html import pkg_resources ```

Hi, When I follow the tutorial for setting up the library, I noticed this sequence of events when I run the app: 1. The reloader is loaded. With it, a...

NOTE: documentation should be updated accordingly Fixes #45

I would like to request feature to being able to override log record attribute using setting. We use kibana and would like to see something more meaningful rather than `cid`.

Using `uWSGI` in the production to run application inside the docker container. I have added the following log format ``` UWSGI_LOG_FORMAT='[pid: %(pid)|app: %(wid)|req: %(rlen)/%(total_requests)] %(addr) () {%(vars) vars in %(cl)...