structlog - Quick Reference When to Use This Skill - Structured logging in Python - Integration with JSON logging - Context binding for request tracing Deep Knowledge : Use with technology: for comprehensive documentation. Basic Setup Essential Patterns Basic Configuration Basic Usage Context Binding FastAPI Integration Django Integration Exception Logging When NOT to Use This Skill - Simple scripts : Standard logging module is sufficient for basic needs - Legacy codebases : Migration effort may not be worth it for small projects - Text-only log requirements : structlog is JSON-first, require…