python-logging

Installation
SKILL.md

Python Logging

Overview

Choose the logging system based on project needs. Core principle: stdlib logging for libraries and ecosystem integration, loguru for fast, simple app/CLI logging.

Quick Reference

Need Use
Library or long-lived service stdlib logging
Simple app or CLI loguru
Integrations (Sentry/OTel) stdlib logging

Decision Rules

Use stdlib logging when:

  • Building a reusable library
  • You need handler hierarchies or integration with ops tooling
Installs
Repository
smithery/ai
First Seen
python-logging — smithery/ai