Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Make log optional #56

Open
mgeerken opened this issue Dec 12, 2022 · 0 comments
Open

Feature Request: Make log optional #56

mgeerken opened this issue Dec 12, 2022 · 0 comments

Comments

@mgeerken
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant