NREL / OpenStudio

OpenStudio is a cross-platform collection of software tools to support whole building energy modeling using EnergyPlus and advanced daylight analysis using Radiance.
https://www.openstudio.net/
Other
501 stars 191 forks source link

C++ CLI: run.log is huge and missing the runner.registerWarning messages #5030

Closed jmarrec closed 11 months ago

jmarrec commented 11 months ago

Issue overview

Current Behavior

Expected Behavior

Should match the classic (Ruby) CLI.

Possible Solution

I think the piggy backing of runner.registerWarning and similar is happening here:

https://github.com/NREL/OpenStudio-workflow-gem/blob/696306b5b24cd597edc6ab04faa1e618f99db190/lib/openstudio/workflow_runner.rb#L189-L217

Details

Environment

Some additional details about your environment for this issue (if relevant):

Context