First time here? Check out the Help page!
answered 2023-02-27 16:35:08 -0500
You can set the logging level like so:
openstudio.Logger.instance().standardOutLogger().setLogLevel(openstudio.Fatal)
Choices are Warn, Error, or Fatal.