NREL / OpenStudio-server

The OpenStudio Server is a docker or Helm deployable instance which allows for large-scale parametric analyses of building energy models using the OpenStudio or URBANopt CLIs.
http://www.openstudio.net/
Other
45 stars 20 forks source link

set log level to :info for production #742

Closed brianlball closed 6 months ago

brianlball commented 6 months ago

right now log_level is :debug this is putting a lot more messages in the docker.log, which at scale is problematic. production default should be :info also, move a bunch of the .info messages to .debug where appropriate

brianlball commented 6 months ago

need to clean up this type of stuff:

image

brianlball commented 6 months ago

and remove super long analysis key values

image

brianlball commented 6 months ago

this is better!

image