plugins/codex/code/commands/log.md
Snider 466fe9f5a6 feat(codex): mirror claude plugins and ethics modal
Summary:\n- added Codex marketplace registry plus awareness/ethics/guardrails sub-plugins\n- mirrored Claude plugin commands/scripts/hooks into codex api/ci/code/collect/coolify/core/issue/perf/qa/review/verify\n- embedded Axioms of Life ethics modal, guardrails, and kernel files under codex/ethics\n- added Codex parity report, improvements list, and MCP integration plan\n- extended Gemini MCP tools and docs for Codex awareness
2026-02-05 20:13:01 +00:00

617 B

name description args
log Smart log viewing with filtering and analysis.
--errors|--since <duration>|--grep <pattern>|--request <id>|analyse

Smart Log Viewing

Tails, filters, and analyzes laravel.log.

Usage

/core:log # Tail laravel.log /core:log --errors # Only errors /core:log --since 1h # Last hour /core:log --grep "User" # Filter by pattern /core:log --request abc123 # Show logs for a specific request /core:log analyse # Summarize errors

Action

This command is implemented by the script at claude/code/scripts/log.sh.