Skip to main content

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.

Screenshot

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


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

redlog-1.4-py3-none-any.whl (10.9 kB view details)

Uploaded Python 3

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

Hashes for redlog-1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 3d5cdf39829aa054b15c6f8b523e6a91de8bb4285f5b3eb53681e3a952352557
MD5 06718bdb862ba490a0c1358bf782ccf2
BLAKE2b-256 f582963e790a841ff01927e5326357c0c36bb85a75ea654b597fd40b3184010a

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page