fix: add discord routing debug logging (#16202) (thanks @jayleekr)

This commit is contained in:
Shadow
2026-02-14 11:01:07 -06:00
committed by Shadow
parent 054366dea4
commit c16bc71279
3 changed files with 58 additions and 0 deletions
+1
View File
@@ -7,6 +7,7 @@ Docs: https://docs.openclaw.ai
### Changes
- Sandbox: add `sandbox.browser.binds` to configure browser-container bind mounts separately from exec containers. (#16230) Thanks @seheepeak.
- Discord: add debug logging for message routing decisions to improve `--debug` tracing. (#16202) Thanks @jayleekr.
### Fixes