From 87bbf8682473260e8b3e6efb1754dcc74d4ec78b Mon Sep 17 00:00:00 2001
From: Jelle van der Waa <jelle@archlinux.org>
Date: Fri, 17 Dec 2021 17:25:58 +0100
Subject: [PATCH] Do not output gitlab logs to journald

The gitlab logs are enormous, spammy and are half a terabyte per month.
---
 roles/gitlab/tasks/main.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/roles/gitlab/tasks/main.yml b/roles/gitlab/tasks/main.yml
index 986381b54..79e59b1a5 100644
--- a/roles/gitlab/tasks/main.yml
+++ b/roles/gitlab/tasks/main.yml
@@ -19,7 +19,6 @@
     network_mode: host
     pull: true
     restart_policy: always
-    log_driver: journald
     env:
       # See https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/files/gitlab-config-template/gitlab.rb.template
       # 1. In order to figure out what needs to go into 'idp_cert_fingerprint', run
-- 
GitLab