CDC not working using File mode on docker

Thanks for pointing out. now I can able to the log file.

But there is another issue with the events being logged there, for example below is the sample event:

{ "key": "0", "value": {"meta":{"commit_ts":129},"type":"mutation","event":{"operation":"set","uid":6700001,"attr":"display_name","value":"nath rofl","value_type":"string"}}}

it says "attr":"display_name" but instead is should be "attr":"user.display_name" where user is the type. currently it simply says display_name but how would the the consumer of this event would know to which type does it belongs?

can u please help me out.