Question-and-Answer Resource for the Building Energy Modeling Community
Get started with the Help page
Ask Your Question

Revision history [back]

You can set the logging level like so:

openstudio.Logger.instance().standardOutLogger().setLogLevel(openstudio.Fatal)

Choices are Warn, Error, or Fatal.