Django log handler to create issue on github automatically
Project description
Create an issue group by error on github when django raises error
Installation
Add following settings dictionary in your settings.py (LABELS is optional)
GITHUB_LOG_SETTINGS = {
'USER': 'REPOSITORY-OWNER',
'REPO': 'REPOSITORY-NAME',
'TOKEN': 'GITHUB-API-TOKEN',
'LABELS': [
'priority:normal',
'type:error',
...
]
}
Add “github_log” in INSTALLED_APPS
Add logging handler in settings.Logging[‘handlers’]
'github': {
'level': 'ERROR',
'class': 'github_log.log.GitHubIssueHandler'
},
Finally, python manage.py syncdb
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-github-log-0.1.3.tar.gz
.
File metadata
- Download URL: django-github-log-0.1.3.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e8ffb1073d7ad0580eec7c9fa9ed3134ae0c257ac440ce9399fcf4562912e838 |
|
MD5 | e77ef2b9f4f8711e25d3a6e9472e22dd |
|
BLAKE2b-256 | e26f1d45ceacf454ceadc9efef86d15f629483195705b4db3dacbb5554b84999 |