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

CommandDescription
listList recent actions (default)
search <query>Search action logs
show <filename>View a specific log
exportExport logs to a directory
clearClear old logs

Options

OptionDescription
--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)
--forceConfirm destructive actions

Log Types

TypeDescription
agentAgent invocation logs
codeCode generation logs
decisionDecision records
fixBug fix documentation
businessBusiness action logs
meetingMeeting notes

Examples

Loading code block...

Log Format

Logs are stored as JSON files in .bootspring/logs/:

Loading code block...