diff --git a/hosts/mastodon/default.nix b/hosts/mastodon/default.nix index 3b3e0be5..3a899d9a 100644 --- a/hosts/mastodon/default.nix +++ b/hosts/mastodon/default.nix @@ -43,6 +43,7 @@ DEFAULT_LOCALE = "de"; WEB_CONCURRENCY = toString config.deployment.vcpu; # MAX_THREADS = toString 5; + LOG_LEVEL = "debug"; LDAP_ENABLED = "true"; LDAP_METHOD = "simple_tls";