entechlog / dbt-snow-mask

This repository contains source code for dbt package dbt_snow_mask.
https://hub.getdbt.com/entechlog/dbt_snow_mask/latest/
GNU General Public License v3.0
60 stars 25 forks source link

Feature Request: Make log optional #56

Open mgeerken opened 1 year ago

mgeerken commented 1 year ago

In our projects we work a lot with the logs. This includes the log file as well as the stdout. Especially this log, even only in log file, is increasing our logs heavily:

`{% for node in graph.nodes.values() -%}

{{ log(modules.datetime.datetime.now().strftime("%H:%M:%S") ~ " | macro - now processing : " ~ node.unique_id | string , info=False) }}`

I'm open for any solution like optional logs via vars, as preferred by entechlog.