From 724a6dbe3b6d17c37ef769be6f94b39e9a474862 Mon Sep 17 00:00:00 2001 From: Ornella33 Date: Mon, 11 May 2026 22:58:42 +0200 Subject: [PATCH] Fix registry log output Previously, the registry uwsgi.ini wrote uWSGI logs to a file inside the container, so registry requests were not visible in the terminal output like the repository and discovery logs. This made it look as if the registry was not receiving requests. This change aligns the registry logging behavior with the other services so registry requests are shown consistently in the terminal. --- server/docker/registry/uwsgi.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/server/docker/registry/uwsgi.ini b/server/docker/registry/uwsgi.ini index 1ede39c3..70488f0e 100644 --- a/server/docker/registry/uwsgi.ini +++ b/server/docker/registry/uwsgi.ini @@ -7,4 +7,3 @@ hook-master-start = unix_signal:15 gracefully_kill_them_all need-app = true die-on-term = true show-config = false -logto = /tmp/uwsgi.log