docs(logging): Update documentation for session-based logging and management

This commit is contained in:
2026-02-26 09:19:56 -05:00
parent 23c0f0a15a
commit 04a991ef7e
3 changed files with 75 additions and 6 deletions

View File

@@ -21,6 +21,15 @@ Features:
* Popup text viewers for large script/output inspection.
* Color theming and UI scaling.
## Session-Based Logging and Management
Manual Slop organizes all communications and tool interactions into session-based directories under `logs/`. This ensures a clean history and easy debugging.
* **Organized Storage:** Each session is assigned a unique ID and its own sub-directory containing communication logs (`comms.log`) and metadata.
* **Log Management Panel:** The GUI includes a dedicated 'Log Management' panel where you can view session history, inspect metadata (message counts, errors, size), and protect important sessions.
* **Automated Pruning:** To keep the workspace clean, the application automatically prunes insignificant logs. Sessions older than 24 hours that are not "whitelisted" and are smaller than 2KB are automatically deleted.
* **Whitelisting:** Sessions containing errors, high activity, or significant changes are automatically whitelisted. Users can also manually whitelist sessions via the GUI to prevent them from being pruned.
## Documentation
* [docs/Readme.md](docs/Readme.md) for the interface and usage guide