The `ScopedIssueHandler` in Horde expects “properties.channel” from the event’s JSON data to correctly process it as “Scoped:<channel_name>”, but structur-ified log lines from the engine when `UE_LOG_JSON_TO_STDOUT` is enabled get property names like “_channel” and “_severity” instead. Even after verifying “ScopedIssueHandler” is enabled on the workflow, this mismatch causes it to fail handling these events as expected, and they fall back to being “Hashed” instead.
I’m essentially curious if this was intended and has a suggested workaround, or an oversight we could address on our end by modifying “ScopedIssueHandler” to also recognize the alternate spelling.
[Attachment Removed]