zammad: set loglevel to warn
This commit is contained in:
parent
d30e35cd8f
commit
01f5df464f
|
@ -12,6 +12,12 @@ in
|
|||
port = 8085;
|
||||
secretKeyBaseFile = config.sops.secrets."zammad_secret".path;
|
||||
};
|
||||
|
||||
|
||||
# disably spammy logs
|
||||
systemd.services.zammad-web.preStart = ''
|
||||
sed -i -e "s|debug|warn|" ./config/environments/production.rb
|
||||
'';
|
||||
|
||||
services.nginx.virtualHosts.${domain} = {
|
||||
enableACME = true;
|
||||
|
|
Loading…
Reference in a new issue