Python logger to Redis database with threading support
Project description
redlog
Yet another logging library in Python. This one writes logs to a Redis database and supports threads of log messages.
It goes with a minimalistic Python API to push logs to the database.
import redlog
log = redlog.Log("localhost", 6397, db=15)
thread = log.info("Session starts")
thread.info("Client connection: socket opened")
...
There are fancy printing/formatting tools too.
python3 -m redlog --db 15 --last 10m
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
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
redlog-1.4-py3-none-any.whl
(10.9 kB
view details)
File details
Details for the file redlog-1.4-py3-none-any.whl.
File metadata
- Download URL: redlog-1.4-py3-none-any.whl
- Upload date:
- Size: 10.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3d5cdf39829aa054b15c6f8b523e6a91de8bb4285f5b3eb53681e3a952352557
|
|
| MD5 |
06718bdb862ba490a0c1358bf782ccf2
|
|
| BLAKE2b-256 |
f582963e790a841ff01927e5326357c0c36bb85a75ea654b597fd40b3184010a
|