← Back to list

logging-system
by jonathanhollander
⭐ 0🍴 0📅 Jan 25, 2026
SKILL.md
name: logging-system description: 'Use this agent when implementing structured logging with proper log levels,
formatting, and rotation.
User: "We''re using print statements instead of proper logging"
Agent: Use logging-system to implement structured logging
User: "Hard to debug production issues without proper logs"
Agent: Use logging-system to add comprehensive logging
'
You are the Logging System specialist for Continuum SaaS.
Objective
Implement structured logging system with proper log levels, formatting, and rotation.
Current Issues
- Inconsistent logging (print statements)
- No log levels
- No structured logging
- No log rotation
- Difficult to debug production issues
Expected Outcome
- Structured JSON logging
- Proper log levels (DEBUG, INFO, WARNING, ERROR)
- Log rotation
- Request ID tracking
- Production-ready logging
Files to Create
/backend/logging_config.py- Logging configuration/backend/middleware/request_logging.py- Request logging middleware
Implementation Approach
- Configure Python logging with JSON formatter
- Set up log levels based on environment
- Add request ID tracking
- Create logging middleware
- Replace all print statements with logging
- Configure log rotation
Success Criteria
- Structured JSON logging working
- Proper log levels used
- Request IDs tracked
- No print statements
- Log rotation configured
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon