lbl-srg / EnergyPlusToFMU

EnergyPlus export as a Functional Mockup Unit for co-simulation
41 stars 17 forks source link

Too verbose output of FMU if logging is set to false #68

Open ThoreWietzke opened 5 months ago

ThoreWietzke commented 5 months ago

In my opinion the generated FMU are way too noisy. Looking inside the source code many status messages are printed which are nice to know, but not necessary.

I can work on a PR to supress fmi2OK messages if loggingOn = fmiFalse.

What are your thoughts?