Taylogger Django Middleware
Taylogger Django Middleware is a middleware that helps catch Django exceptions and send them to Taylogger to save the log message of the exception. Quick start ———–
Add “polls” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [ ... 'taylogger', ]Add “polls” to your MIDDLEWARES setting like this:
MIDDLEWARES = [ ... 'taylogger.middleware.ErrorLoggerMiddleware', ]Then set the following variables in the settings.py
`python EXCEPTION_GROUP_ID = "YOUR_EXCEPTION_GROUP_ID" TAYLOGGER_API_KEY = "YOUR_TAYLOGGER_API_KEY" `
4. You can now use your app and Taylogger Middleware will catch your exceptions and send to Taylogger app
Release files for django-taylogger-middleware 0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django-taylogger-middleware-0.1.tar.gz | 2.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| django_taylogger_middleware-0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 6.8 kB
Release files / django-taylogger-middleware-0.1.tar.gz
| Download URL | django-taylogger-middleware-0.1.tar.gz |
|---|---|
| Size | 2.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
a681ef3ef2422979d221859edee92b95182620afc873d55ade51136c679958b8
|
|
BLAKE2b-256 checksum How to use checksums |
59c1885ec4135139d3201d83178e4f2504a36793e9aebc982654cf4292a4db1c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.6.9
|
Release files / django_taylogger_middleware-0.1-py3-none-any.whl
| Download URL | django_taylogger_middleware-0.1-py3-none-any.whl |
|---|---|
| Size | 3.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
0e8776eff3b4efb101ee9acbff9f009cabee7aa2db83671868b25f76bd07023d
|
|
BLAKE2b-256 checksum How to use checksums |
20d626cb09279469aa96917bac210fa7d89d5b86961558fa5305f13ff2282fbb
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.6.9
|