スキル一覧に戻る
jonathanhollander

logging-system

by jonathanhollander

0🍴 0📅 2026年1月25日
GitHubで見るManusで実行

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

  1. /backend/logging_config.py - Logging configuration
  2. /backend/middleware/request_logging.py - Request logging middleware

Implementation Approach

  1. Configure Python logging with JSON formatter
  2. Set up log levels based on environment
  3. Add request ID tracking
  4. Create logging middleware
  5. Replace all print statements with logging
  6. Configure log rotation

Success Criteria

  • Structured JSON logging working
  • Proper log levels used
  • Request IDs tracked
  • No print statements
  • Log rotation configured

スコア

総合スコア

50/100

リポジトリの品質指標に基づく評価

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

レビュー

💬

レビュー機能は近日公開予定です