mirror of
https://github.com/gesellix/Bose-SoundTouch.git
synced 2026-08-18 16:46:17 +00:00
feat: log [UNHANDLED] for routes with no local handler Every request that falls through to HandleNotFound now emits an [UNHANDLED] METHOD path log line, making it immediately visible when a speaker calls an endpoint we have not implemented. When proxyLogBody is enabled the request body is also included (truncated to 512 bytes) and restored before forwarding, so the proxy still sees the full payload. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>