diff --git a/.openclaw-sync/source.json b/.openclaw-sync/source.json index f69928162..a6cf58f48 100644 --- a/.openclaw-sync/source.json +++ b/.openclaw-sync/source.json @@ -1,5 +1,5 @@ { "repository": "openclaw/openclaw", - "sha": "d3628792825956702be7a6253061b96d976c623d", - "syncedAt": "2026-05-04T22:51:21.509Z" + "sha": "03f7e26d540eb9d14bec8a703ad6faa189a63160", + "syncedAt": "2026-05-04T22:54:28.493Z" } diff --git a/docs/gateway/logging.md b/docs/gateway/logging.md index 543623f7d..276241760 100644 --- a/docs/gateway/logging.md +++ b/docs/gateway/logging.md @@ -15,6 +15,17 @@ OpenClaw has two log “surfaces”: - **Console output** (what you see in the terminal / Debug UI). - **File logs** (JSON lines) written by the gateway logger. +At startup, the Gateway logs the resolved default agent model together with the +mode defaults that affect new sessions, for example: + +```text +agent model: openai-codex/gpt-5.5 (thinking=medium, reasoning=off, fast=on) +``` + +`thinking` comes from the default agent, model params, or global agent default; +`reasoning` comes from the default agent or global reasoning default; and `fast` +comes from the default agent or model `fastMode` params. + ## File-based logger - Default rolling log file is under `/tmp/openclaw/` (one file per day): `openclaw-YYYY-MM-DD.log`