<p dir="ltr">Hi,<br>
 not sure if I missed this feature in documentation, but is it possible to assign different name to columns that are logged?<br>
 I would like to change name of column, but I do not want to go on searching for all places where variable (also used as a current name of the column) is used and rename it. I just want to change name of column that gets to logs. If this feature is not there yet, could you pls consider adding it? maybe using &amp;log  eg: </p>
<p dir="ltr">type Info: record {    <br>
  variable_name_not_presentable : string &amp;log=PresentableName;<br>
 }<br>
Martina</p>