What problem does it solve?
This Skill makes it easy to view, filter, and analyze WaveCap-SDR server logs (API, SDR messages, and debug output) to quickly identify failures and performance issues, saving time during troubleshooting.
Core Features & Use Cases
- View Recent Logs: Display recent API, startup, and error messages from server stdout and stderr, along with debug traces.
- Search & Filter: Filter logs by keyword or time window to pinpoint root causes.
- Troubleshooting Guidance: Correlate log patterns across sources (API errors with SDR messages) to diagnose issues faster.
Quick Start
Run the log viewer to inspect recent errors:
- Use the helper view_logs.py script to show errors: PYTHONPATH=backend backend/.venv/bin/python .claude/skills/log-viewer/view_logs.py --errors
- Check server status: PYTHONPATH=backend backend/.venv/bin/python .claude/skills/log-viewer/view_logs.py --status
- Inspect API requests: PYTHONPATH=backend backend/.venv/bin/python .claude/skills/log-viewer/view_logs.py --requests