···106106 format: "text"
107107 # Include source file:line in each log record.
108108 add_source: false
109109+ file:
110110+ # Local JSONL log output directory. Empty means <file_state_dir>/logs.
111111+ dir: ""
112112+ # Delete log files older than this duration. Files are named by local date.
113113+ max_age: "168h"
109114 # If true, logs the model's "thought" fields (may contain sensitive info).
110115 include_thoughts: true
111116 # If true, logs tool_call parameters (redacted and truncated).
···1010export { default as TasksView } from "./TasksView";
1111export { default as StatsView } from "./StatsView";
1212export { default as AuditView } from "./AuditView";
1313+export { default as LogsView } from "./LogsView";
1314export { default as MemoryView } from "./MemoryView";
1415export { default as StateFilesView } from "./StateFilesView";
1516export { default as ContactsView } from "./ContactsView";