diff --git a/hosts/servers/hosting-02.nix b/hosts/servers/hosting-02.nix index 693ce8d..8b2399b 100644 --- a/hosts/servers/hosting-02.nix +++ b/hosts/servers/hosting-02.nix @@ -98,6 +98,9 @@ services.wrtagweb = { enable = true; envFile = config.sops.secrets.wrtagwebEnvFile.path; + settings = { + log-level = "DEBUG"; + }; }; services.nginx.virtualHosts."tag.escapeangle.com" = {