From 12af8a72dfae7ffc18aaa3f425e955f1e56bf102 Mon Sep 17 00:00:00 2001 From: Mauro Trulli Date: Wed, 18 Feb 2026 11:09:52 +0100 Subject: [PATCH] update config.example.json --- config/config.example.json | 5 +++++ 1 file changed, 5 insertions(+) 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" } }