diff options
author | ADRN <adrien@luxeylab.net> | 2024-03-09 12:56:29 +0100 |
---|---|---|
committer | ADRN <adrien@luxeylab.net> | 2024-03-09 12:56:34 +0100 |
commit | 6544cd3e1457a022938eab0ba8927b511fd61de2 (patch) | |
tree | 3492b1cd92c4eab1c70d1614c1a2acba90d0d165 | |
parent | 691299b5ed9e2495d8aa6fb8a04b9bfd5be4d1fa (diff) | |
download | nixcfg-6544cd3e1457a022938eab0ba8927b511fd61de2.tar.gz nixcfg-6544cd3e1457a022938eab0ba8927b511fd61de2.zip |
increased Jitsi logs a bit
-rw-r--r-- | cluster/prod/app/jitsi/deploy/jitsi.hcl | 5 |
1 files changed, 5 insertions, 0 deletions
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" |