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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file log_storage-0.10.0.tar.gz.
File metadata
- Download URL: log_storage-0.10.0.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.1.3 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c58811410b097de24948bfc649173b360b53dba3f6fbe3d49bba745b1afe66d1
|
|
| MD5 |
30d5df5fc421d2ccf1644e09a4999aaa
|
|
| BLAKE2b-256 |
ad5e82f8000555e6fbd1cc35b5b87373b20602449ad15245a1643d5066fb6853
|
File details
Details for the file log_storage-0.10.0-py3-none-any.whl.
File metadata
- Download URL: log_storage-0.10.0-py3-none-any.whl
- Upload date:
- Size: 5.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.1.3 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2bf13ed01e8842ea767b7b0d4df8689e69a5435e688acadcbbd04e1517e1138d
|
|
| MD5 |
8a9d16f4dfbd393141509ddc3cd1b5bb
|
|
| BLAKE2b-256 |
3c8631614bf16849b952131320bbf37d4f4c9c053ddcaa4edbb5c46fc4945964
|