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.6.0.tar.gz
(3.2 kB
view details)
Built Distribution
File details
Details for the file log_storage-0.6.0.tar.gz
.
File metadata
- Download URL: log_storage-0.6.0.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/2.7.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bf2b6cfafe0db83de5801dca5d730b11b949e241f4e7c87112d835e32ebeef04 |
|
MD5 | ea397d7d4704d3dbf47539391d9233a4 |
|
BLAKE2b-256 | 843ea6be94a1a1e6ad7c85b3e4a97c1052f1691029218d6124580e91062efa79 |
File details
Details for the file log_storage-0.6.0-py2-none-any.whl
.
File metadata
- Download URL: log_storage-0.6.0-py2-none-any.whl
- Upload date:
- Size: 5.2 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/2.7.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0ab2bf2cab6b8cfb579b2c57675c10cf50cb9f74f3ba31315702e5ca2dac8220 |
|
MD5 | 3acaeb6e7db070ec4eae902fde0d587d |
|
BLAKE2b-256 | a16906dbdd97c2bdec1a021400f20c9c0d354394d318131448493ed50859de69 |