From f0967373dc72e2e009fb875426b9de1ce705eec2 Mon Sep 17 00:00:00 2001 From: Justin Tervala Date: Mon, 30 Oct 2017 13:10:07 -0400 Subject: [PATCH] More configurations to logger to reduce console log spam --- data/log/logging.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/data/log/logging.json b/data/log/logging.json index 611dc2600..aefdaddaa 100644 --- a/data/log/logging.json +++ b/data/log/logging.json @@ -37,7 +37,7 @@ "handlers": ["file_handler"] }, "apps": { - "level": "DEBUG", + "level": "ERROR", "handlers": ["file_handler"] }, "connexion": { @@ -51,6 +51,10 @@ "zmq": { "level": "INFO", "handlers": ["file_handler"] + }, + "swagger_spec_validator": { + "level": "ERROR", + "handlers": ["file_handler"] } }, "root": {