mirror of https://github.com/openclaw/openclaw.git
Logging: suppress probe observation warnings
This commit is contained in:
parent
d99c83d5fb
commit
d18356cb80
|
|
@ -37,6 +37,7 @@ Docs: https://docs.openclaw.ai
|
|||
- Agents/fallback observability: add structured, sanitized model-fallback decision and auth-profile failure-state events with correlated run IDs so cooldown probes and failover paths are easier to trace in logs. (#41337) thanks @altaywtf.
|
||||
- Protocol/Swift model sync: regenerate pending node work Swift bindings after the landed `node.pending.*` schema additions so generated protocol artifacts are consistent again. (#41477) Thanks @mbelinky.
|
||||
- Discord/reply chunking: resolve the effective `maxLinesPerMessage` config across live reply paths and preserve `chunkMode` in the fast send path so long Discord replies no longer split unexpectedly at the default 17-line limit. (#40133) thanks @rbutera.
|
||||
- Logging/probe observations: suppress structured embedded and model-fallback probe warnings on the console without hiding error or fatal output. (#41338) thanks @altaywtf.
|
||||
|
||||
## 2026.3.8
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue