disguise-one / RenderStream-UE

RenderStream plugin for Unreal Engine
BSD 3-Clause "New" or "Revised" License
69 stars 23 forks source link

Include category in remote log #3

Closed husberg-disguise closed 3 years ago

husberg-disguise commented 3 years ago

The remote log sent over RenderStream to d3 machines does not include the category. This makes it very hard to search for specific issues as the message does not identify them.

E.g. the example below makes it impossible to tell what policy is being initialized: Unreal logs: [2021.05.14-11.07.08:026][ 0]LogRenderStreamPolicy: Initializing internals for the viewport 'stream 0' d3 remote logs: 2021-05-14T11.07.08:026+01:00: Initializing internals for the viewport 'stream 0'