Does jinja log function support DBT Structured logging

Hi,
Here I have one question: does jinja log function support dbt Structured logging? I want to log some message from jinja log function to dbt log system, and using the Structured logging format(we can find definiton here): having info and data fileds, and info field contains code, msg…

Thanks a lot!

It’s not currently possible to create a structured log with custom metadata etc from the jinja {{ log }} or {{ print }} macros, but it’s a reasonable enhancement if you wanted to open an issue!