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.5.0.tar.gz
(3.2 kB
view details)
Built Distribution
File details
Details for the file log_storage-0.5.0.tar.gz
.
File metadata
- Download URL: log_storage-0.5.0.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.15rc1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7240312950046cc651fa5e581da73a75bc8cd6b1fae2145c01534e3be144927f |
|
MD5 | a34c32de3d5ee9547b5fc09e08ff3653 |
|
BLAKE2b-256 | 57397aee19ec05adfab61b3cbd113ff01fdb7fae64bb0265e94146bdeecb04b6 |
File details
Details for the file log_storage-0.5.0-py2-none-any.whl
.
File metadata
- Download URL: log_storage-0.5.0-py2-none-any.whl
- Upload date:
- Size: 5.1 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.15rc1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 837ede2c8c01bd098b90f855f81d1c34e21663771e7f7cb015650c948e066692 |
|
MD5 | 6d5c288850d54ec0a7c491b89b54e94b |
|
BLAKE2b-256 | 2dda8284e27c34e6fe42a36ba82bfd552ceb0b4ac612e107c85a1031077e52c5 |