From 2ffc906487d4d9038fb4be5616fc118207b1a2dd Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Sun, 14 Dec 2025 21:38:32 -0300 Subject: [PATCH] gitea: enable debug logging for oauth --- services/gitea/deployment.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/services/gitea/deployment.yaml b/services/gitea/deployment.yaml index b5c4ca9..c0d2134 100644 --- a/services/gitea/deployment.yaml +++ b/services/gitea/deployment.yaml @@ -61,6 +61,8 @@ spec: value: "true" - name: GITEA__service__DISABLE_REGISTRATION value: "false" + - name: GITEA__log__LEVEL + value: "debug" - name: DB_TYPE value: "postgres" - name: DB_HOST