Skip to content

Commit

Permalink
Merge pull request #83 from geoadmin/feat-BGDIINF_SB-3114-logging-config
Browse files Browse the repository at this point in the history


BGDIINF_SB-3114: Updated logging-utilities library #patch
  • Loading branch information
ltflb-bgdi authored Mar 21, 2024
2 parents 6ee28a7 + 4495ab7 commit a096bda
Show file tree
Hide file tree
Showing 4 changed files with 914 additions and 792 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
3 changes: 2 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ PyYAML = "~=6.0"
gevent = "~=22.10.2"
gunicorn = "~=20.1.0"
Flask = "~=2.3.2"
logging-utilities = "~=4.0.0"
logging-utilities = "~=4.3.0"
boto3 = "~=1.26.140"
pyproj = "~=3.5.0"
requests = "~=2.31.0"
Expand All @@ -24,6 +24,7 @@ yapf = "*"
nose2 = "*"
pylint = "*"
pylint_sqlalchemy = "~=0.2.0"
astroid = "~=2.15.5"
pylint_flask = "~=0.6"
requests-mock = "*"
lxml = "*"
Expand Down
Loading

0 comments on commit a096bda

Please sign in to comment.