Make SGML less chatty in normal operation

This commit is contained in:
Eli Ribble 2016-06-23 11:28:26 -06:00
parent 57ac625ce0
commit ba378a1c15
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ def setup_logging():
logging.basicConfig()
sepiida.log.setup_logging()
logging.getLogger('vanth.sgml').setLevel(logging.INFO)
def get_config():
return sepiida.config.load('/etc/vanth.yaml', vanth.config.SPECIFICATION)