diff --git a/config/config.example.json b/config/config.example.json index 37c2bcd81..731494726 100644 --- a/config/config.example.json +++ b/config/config.example.json @@ -144,5 +144,10 @@ "gateway": { "host": "0.0.0.0", "port": 18790 + }, + "logging": { + "enable_file": false, + "file_path": "~/.picoclaw/workspace/history.jsonl", + "level": "info" } }