Expand description
outrig logs – print or tail -F an MCP server’s captured stderr.
Three modes:
outrig logs <sid>(no server) – list available log files with sizes.outrig logs <sid> <server>– cat that server’s.stderrfile.outrig logs <sid> <server> --follow– polling tail.
--session-dir <path> substitutes for <sid> when the user already knows
the on-disk path (avoids the id lookup). The two are mutually exclusive
per the ArgGroup.