Skip to main content

Module logs

Module logs 

Source
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 .stderr file.
  • 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.

Structs§

LogsArgs

Functions§

execute
execute_with