<div dir="ltr">I&#39;m trying to print the record type for each log stream at startup. Something like:<div><br></div><div> for ( id in Log::active_streams ) {<br>                 local stream = Log::active_streams[id];<br>                 print stream$path, stream$columns;<br></div><div>}<br><br></div><div>doesn&#39;t work because $columns is a record type, and gets stringified &quot;&lt;no value description&gt;&quot;.</div><div><br></div><div>Is there a way to do this in zeek script?</div><div><br></div><div>Thanks,</div><div>Henri</div></div>