litestar-logging

Installation
SKILL.md

Logging

Execution Workflow

  1. Choose the logging backend first: stdlib logging, picologging, Structlog, or a custom config subclass.
  2. Configure logging once at app setup with logging_config or the Structlog plugin.
  3. Use Litestar's non-blocking queue_listener handler unless a concrete reason requires otherwise.
  4. Decide when exceptions should be logged and which stack traces should be suppressed.
  5. Standardize request and app logger usage so fields, levels, and redaction rules stay consistent.
  6. Validate that logs remain actionable without leaking sensitive data.

Core Rules

Installs
41
GitHub Stars
7
First Seen
Mar 2, 2026
litestar-logging — alti3/litestar-skills