What: Instead of tab-separated prefix , output: {"_debug":{"sender":"...","time":123,"size":45},"message":"original"}. Subscriber parses this and webhooks work.
Why: Debug mode + webhooks is completely broken now due to \t characters. JSON wrapping fixes this and is parseable by webhook receivers.