log-monitoring

Installation
SKILL.md

Log Monitoring

Monitor current logs across the OpenAlgo system in real-time. Track log file sizes, watch for new entries, detect log rotation, and check log health.

Log Sources

System Logs

  • Location: openalgo/log/
  • Pattern: openalgo_YYYY-MM-DD.log (daily rotation)
  • Rotation: Midnight rotation, retains 14 days (configurable via LOG_RETENTION)
  • Max Size: 10 MB per file before rotation

Strategy Logs

  • Location: openalgo/strategies/logs/ or openalgo/log/strategies/
  • Pattern: {strategy_id}_*.log
  • Access: Web UI at /python/logs/<strategy_id>
  • Reports: strategy_report_*.txt for daily summaries
Related skills

More from sayujks0071/antidhan

Installs
6
First Seen
Feb 23, 2026