diff --git a/Makefile b/Makefile index 308f157..75ef471 100644 --- a/Makefile +++ b/Makefile @@ -177,8 +177,7 @@ dockerrun: clean_logs dockerbuild $(LOGS_DIR) .PHONY: lint-spec lint-spec: - docker run --volume "$(PWD)":/data jamescooke/openapi-validator:0.54.0 -e openapi.yml - + docker run --volume "$(PWD)":/data 974517877189.dkr.ecr.eu-central-1.amazonaws.com/external/openapi/openapi-validator:0.54.0 -e openapi.yml .PHONY: serve-spec-recod serve-spec-redoc: diff --git a/config/logging-cfg-local.yml b/config/logging-cfg-local.yml index 926ee8c..d1c02b4 100644 --- a/config/logging-cfg-local.yml +++ b/config/logging-cfg-local.yml @@ -12,7 +12,7 @@ root: loggers: werkzeug: handlers: [] - level: WARNING + level: DEBUG gunicorn.error: level: DEBUG handlers: