refactor: store raw stream diagnostics in sqlite

This commit is contained in:
Peter Steinberger
2026-05-08 14:53:44 +01:00
parent e110cdd51a
commit cc968a8182
4 changed files with 50 additions and 9 deletions

View File

@@ -99,10 +99,10 @@ openclaw gateway run
Alias for `--ws-log compact`.
</ParamField>
<ParamField path="--raw-stream" type="boolean">
Log raw model stream events to jsonl.
Log raw model stream events to SQLite diagnostics.
</ParamField>
<ParamField path="--raw-stream-path <path>" type="string">
Raw stream jsonl path.
Optional raw stream JSONL export path.
</ParamField>
## Restart the Gateway