Hi
Now my config looks like
<layout xsi:type="JsonLayout">
<attribute name="" layout="${message}" encode="false" />
</layout>
and the output is
{ "message": { my json here... } }
I don't need this "message" attribute
I just need the following
{ my json here... }
So, how to configure NLog to achive this??
Thx