Skip to main content

A lightweight audit logging library with pluggable backends

Project description

Litewave Audit Library

Internal audit logging library for Litewave services.

Usage

from litewave_audit_lib.log_factory import get_logger

# Get a logger with NATS backend
logger = get_logger(
    nats_connection_url="nats://username:password@your-nats-server:4222"
)

# Log an audit event
logger.log(
    who="user@email.com",
    resource="document",
    action="view",
    location="cloud",
    request_context={"ip": "127.0.0.1"},
    context={"document_id": "doc123"},
    client={}
)

## Features

- Automatic reconnection handling
- Connection retry logic
- Proper error handling and logging
- Type hints for better IDE support
- Automatic cleanup of NATS connections

## Dependencies

- nats-py (for NATS backend)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

litewave_audit_lib-0.1.5.tar.gz (8.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

litewave_audit_lib-0.1.5-py3-none-any.whl (4.7 kB view details)

Uploaded Python 3

File details

Details for the file litewave_audit_lib-0.1.5.tar.gz.

File metadata

  • Download URL: litewave_audit_lib-0.1.5.tar.gz
  • Upload date:
  • Size: 8.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.9.23

File hashes

Hashes for litewave_audit_lib-0.1.5.tar.gz
Algorithm Hash digest
SHA256 78c4f31545d6d69d38845e0ba7e2ad86d8e2cba3e954dfefacfcd2f376ff164b
MD5 025380b07756a5f507c893b5b297931c
BLAKE2b-256 5fd28f02a95fd44cbbdd289439c6af2d64ecc689f15bc31f9da23ccdb7c42bbe

See more details on using hashes here.

File details

Details for the file litewave_audit_lib-0.1.5-py3-none-any.whl.

File metadata

File hashes

Hashes for litewave_audit_lib-0.1.5-py3-none-any.whl
Algorithm Hash digest
SHA256 49cabc0595ecb0e651129ea2af3e493c0931fabc7f041444edd6da0c63e91688
MD5 eaaf3fd659a37fd01d7b2a0df15cdb2a
BLAKE2b-256 289bc4bbef6965e7c409299f6540b2ec0633e70672e2c0bdbb57b7a09caef5b5

See more details on using hashes here.

Supported by

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