bootspring log
View and manage action logs for your project.
Overview
The log command provides access to action logs including agent invocations, code generation, decisions, and more. Useful for tracking what happened and when.
Usage
Loading code block...
Commands
| Command | Description |
|---|---|
list | List recent actions (default) |
search <query> | Search action logs |
show <filename> | View a specific log |
export | Export logs to a directory |
clear | Clear old logs |
Options
| Option | Description |
|---|---|
--type=<type> | Filter by log type |
--limit=<n> | Limit results (default: 20) |
--output=<dir> | Export output directory |
--days=<n> | Clear logs older than N days (default: 30) |
--force | Confirm destructive actions |
Log Types
| Type | Description |
|---|---|
agent | Agent invocation logs |
code | Code generation logs |
decision | Decision records |
fix | Bug fix documentation |
business | Business action logs |
meeting | Meeting notes |
Examples
Loading code block...
Log Format
Logs are stored as JSON files in .bootspring/logs/:
Loading code block...
Related Commands
bootspring memory- Git-based project memorybootspring telemetry- Usage analytics