Skip to content

Commit

Permalink
Merge pull request #207 from CanDIG/bugfix/silence-service-info
Browse files Browse the repository at this point in the history
Do not log service-info (prevent health check flooding)
  • Loading branch information
OrdiNeu authored May 23, 2024
2 parents ef4a554 + beb5b14 commit 4e936a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ USER root
RUN groupadd -r candig && useradd -r -g candig candig

RUN apt-get update && apt-get -y install \
postgresql-client
postgresql-client libpcre3 libpcre3-dev

RUN mkdir /app
WORKDIR /app
Expand Down
2 changes: 2 additions & 0 deletions katsu_wsgi.ini
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@ http-socket = 0.0.0.0:8000
# Set the user and group
uid = candig
gid = candig

route = /service-info donotlog:

0 comments on commit 4e936a8

Please sign in to comment.