You can set the logging level like so:
openstudio.Logger.instance().standardOutLogger().setLogLevel(openstudio.Fatal)
Choices are Warn, Error, or Fatal.