C++ CLI: run.log is huge and missing the runner.registerWarning messages #5030
Labels
component - CLI
labs
severity - Normal Bug
Triage
Issue needs to be assessed and labeled, further information on reported might be needed
Issue overview
Current Behavior
runner.registerWarning("WARNING TEST")
), the warning does not end up in the run.log file.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
The text was updated successfully, but these errors were encountered: