Python Logging Best Practices Self-Evolving Skill : This skill improves through use. If instructions are wrong, parameters drifted, or a workaround was needed — fix this file immediately, don't defer. Only update for real, reproducible issues. When to Use This Skill Use this skill when: - Setting up Python logging for any service or script - Configuring structured JSONL logging for analysis - Implementing log rotation - Choosing between lightweight (zero-dep) and full-featured logging - Adding logging to containerized, systemd, or local applications Overview Unified reference for Python loggi…