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.
Release files for log-storage 0.10.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| log_storage-0.10.0.tar.gz | 3.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| log_storage-0.10.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 9.3 kB
Release files / log_storage-0.10.0.tar.gz
| Download URL | log_storage-0.10.0.tar.gz |
|---|---|
| Size | 3.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
c58811410b097de24948bfc649173b360b53dba3f6fbe3d49bba745b1afe66d1
|
|
BLAKE2b-256 checksum How to use checksums |
ad5e82f8000555e6fbd1cc35b5b87373b20602449ad15245a1643d5066fb6853
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|
Release files / log_storage-0.10.0-py3-none-any.whl
| Download URL | log_storage-0.10.0-py3-none-any.whl |
|---|---|
| Size | 5.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
2bf13ed01e8842ea767b7b0d4df8689e69a5435e688acadcbbd04e1517e1138d
|
|
BLAKE2b-256 checksum How to use checksums |
3c8631614bf16849b952131320bbf37d4f4c9c053ddcaa4edbb5c46fc4945964
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|