Make SGML less chatty in normal operation
This commit is contained in:
parent
57ac625ce0
commit
ba378a1c15
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue