Skip to main content

Reusable CloudWatch log sender

Project description

logservice

An async Python module for sending structured JSON logs to AWS CloudWatch Logs from any Python application, including FastAPI, Flask, background workers, and CLI tools.


📦 Installation

Install directly from PyPI:

pip install logservice

from fastapi import FastAPI
from logservice import AsyncCloudWatchLogService, LogEntry

app = FastAPI()

log_service = AsyncCloudWatchLogService(
    aws_access_key="...",
    aws_secret_key="...",
    region_name="us-east-1",
    log_group_name="app-logs",
    log_stream_name="login-events"
)

@app.post("/login")
async def login():
    await log_service.log(LogEntry(
        level="INFO",
        message="User logged in",
        service_name="LoginService",
        extra={"user_id": 123}"
    ))
    return {"message": "Logged"}

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

logservice-0.1.4.tar.gz (3.2 kB view details)

Uploaded Source

Built Distribution

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

logservice-0.1.4-py3-none-any.whl (3.7 kB view details)

Uploaded Python 3

File details

Details for the file logservice-0.1.4.tar.gz.

File metadata

  • Download URL: logservice-0.1.4.tar.gz
  • Upload date:
  • Size: 3.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.10

File hashes

Hashes for logservice-0.1.4.tar.gz
Algorithm Hash digest
SHA256 adda46b4c2ab7fd64d8a4b0805b6db5fac43a08d5ffc84b9fbbc8d353a6834c4
MD5 2e102a0243a0cf2565579ee29e7c538a
BLAKE2b-256 59d16815c3e160dda7a639bea5a1918a5fe64ca3cb06607cb48df9ae9dbaa337

See more details on using hashes here.

File details

Details for the file logservice-0.1.4-py3-none-any.whl.

File metadata

  • Download URL: logservice-0.1.4-py3-none-any.whl
  • Upload date:
  • Size: 3.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.10

File hashes

Hashes for logservice-0.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 6f107cae48ad9ae9d8f2d0ee7de7299a6a3054b25364fef9125ac998fe8ff7c4
MD5 ee8473bdd1898c3d9e62df9484d5d6fb
BLAKE2b-256 7a3673e75a5a20dfdbd9fd5360975ca8ddd1d9766d1c2d07dbfaf7bfd0ee5302

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