You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
The text was updated successfully, but these errors were encountered: