mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-24 14:21:03 +00:00
Fix QQBot debug logging so only explicit truthy `QQBOT_DEBUG` values (`1`, `true`, `yes`, `on`) enable debug output. False-like values such as `0`, `false`, `off`, and `no` now keep debug logs disabled, preventing accidental message-text logging. Also add the release changelog entry and remove a stale unused daemon inspection helper that failed current `tsgo:prod` after rebasing onto latest main. Fixes #82644. Thanks @leno23. Co-authored-by: wuyangfan <1102042793@qq.com>