View and filter service logs with advanced search and tail capabilities
/plugin marketplace add Lobbi-Docs/claude/plugin install ahling-command-center@claude-orchestration<service-name> [--follow] [--since TIME] [--filter PATTERN]View, filter, and analyze ACC service logs with real-time tailing, pattern matching, time-based filtering, and multi-service aggregation. ## Your Task You are viewing logs for ACC services. Provide filtered, formatted log output with pattern matching, time filtering, and real-time tailing capabilities. ## Arguments - `service-name` (required): Service name or "all" for all services - `--follow` (optional): Follow log output in real-time (like tail -f) - `--since` (optional): Show logs since timestamp (e.g., "1h", "30m", "2025-12-13T10:00:00") - `--until` (optional): Show logs until time...