From 6544cd3e1457a022938eab0ba8927b511fd61de2 Mon Sep 17 00:00:00 2001 From: ADRN Date: Sat, 9 Mar 2024 12:56:29 +0100 Subject: increased Jitsi logs a bit --- cluster/prod/app/jitsi/deploy/jitsi.hcl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/cluster/prod/app/jitsi/deploy/jitsi.hcl b/cluster/prod/app/jitsi/deploy/jitsi.hcl index 6c0c7f0..eb505a0 100644 --- a/cluster/prod/app/jitsi/deploy/jitsi.hcl +++ b/cluster/prod/app/jitsi/deploy/jitsi.hcl @@ -112,6 +112,11 @@ EOF ] } + logs { + max_files = 25 + max_file_size = 10 + } + template { data = file("../config/config.js") destination = "secrets/config.js" -- cgit v1.2.3