We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54c3ac9 commit 030e4cdCopy full SHA for 030e4cd
1 file changed
.docker/uwsgi.ini
@@ -35,3 +35,7 @@ worker-reload-mercy = 60 # How long to wait before forcefully killing workers (
35
ignore-sigpipe = true
36
ignore-write-errors = true
37
disable-write-exception = true
38
+
39
+# don't log readiness and healthz endpoints
40
+route = ^/__readiness$ donotlog:
41
+route = ^/__healthz$ donotlog:
0 commit comments