Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

Commit

Permalink
More configurations to logger to reduce console log spam
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Tervala authored and Justin Tervala committed Oct 30, 2017
1 parent 1545c5d commit f096737
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion data/log/logging.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"handlers": ["file_handler"]
},
"apps": {
"level": "DEBUG",
"level": "ERROR",
"handlers": ["file_handler"]
},
"connexion": {
Expand All @@ -51,6 +51,10 @@
"zmq": {
"level": "INFO",
"handlers": ["file_handler"]
},
"swagger_spec_validator": {
"level": "ERROR",
"handlers": ["file_handler"]
}
},
"root": {
Expand Down

0 comments on commit f096737

Please sign in to comment.