Skip to content

Commit 030e4cd

Browse files
committed
chore(uwsgi): don't log readiness and healthz endpoints
Refs: RATYK-45
1 parent 54c3ac9 commit 030e4cd

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.docker/uwsgi.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,7 @@ worker-reload-mercy = 60 # How long to wait before forcefully killing workers (
3535
ignore-sigpipe = true
3636
ignore-write-errors = true
3737
disable-write-exception = true
38+
39+
# don't log readiness and healthz endpoints
40+
route = ^/__readiness$ donotlog:
41+
route = ^/__healthz$ donotlog:

0 commit comments

Comments
 (0)