Log handler to store messages with a database record and optional file storage.
Project description
Log Storage
A django installable app that can be used as log handler to store messages with a database record and optional file storage.
How to install
Add this package as requirement to your django app requirements.txt
# requirements.txt
log_storage
Add this app to your INSTALLED_APPS in your settings.py
# settings.py
INSTALLED_APPS = (
'log_storage',
)
Development
How to install
Clone the project
git clone git@github.com:Virtualstock/log_storage.git
Install it
make setup
How to run tests
make test
How to release
Make sure you bump the package version on setup.py.
make release
License
Licensed under MIT license
. View license.
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
log_storage-0.8.1.tar.gz
(3.3 kB
view details)
Built Distribution
File details
Details for the file log_storage-0.8.1.tar.gz
.
File metadata
- Download URL: log_storage-0.8.1.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.2 pkginfo/1.4.2 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.28.1 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cdbbd5eacaa88e42c6f563b87ffcd5e3438db267f476632b96ff42421eca71e6 |
|
MD5 | bcc02968245879d59183aa4b2e45a4ee |
|
BLAKE2b-256 | d48121f87433fd22e66bbaee261a83759deeb7bf5cc0c1c2722e7d8826ffdfab |
File details
Details for the file log_storage-0.8.1-py2-none-any.whl
.
File metadata
- Download URL: log_storage-0.8.1-py2-none-any.whl
- Upload date:
- Size: 5.2 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.2 pkginfo/1.4.2 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.28.1 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0b6674d66f6bc9b5b994cdccc585e6989161f315d06b1ccb2b0f8ff9b8446fdb |
|
MD5 | f1c88d4ab2088e6f9669eb2e798dcf35 |
|
BLAKE2b-256 | 8770a557f08a51cb3d1e1ce3d88cb5d4cd0aa156cc0a405d28190a80fd85c6c2 |