Open strangeties opened 1 year ago
Yes, we add a verbose parameter that controls these methods. I'll add it to the to do list.
Thanks! Sounds great.
As an update, in case it affects how you want to prioritize this task, @JanLauGe suggested using "suppressMessages", which resolved the issue for us. I'll replace "suppressMessages" with the "verbose" parameter when it becomes available.
When running forsys, messages are printed to console such as the one below.
We want to limit this in a production environment.
Is it possible to add a boolean input parameter that enables a user to decide whether or not these messages are logged?
Thank you.