From 8a9cdfcaf91dec0ab505c05ce33d528b0e42d8e9 Mon Sep 17 00:00:00 2001 From: Ivan Reshetnikov Date: Tue, 30 Jan 2024 23:51:20 +0500 Subject: [PATCH] chore: change mastodon log level --- nixos/programs/mastodon.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/programs/mastodon.nix b/nixos/programs/mastodon.nix index 04e0825..b770107 100644 --- a/nixos/programs/mastodon.nix +++ b/nixos/programs/mastodon.nix @@ -38,6 +38,7 @@ SMTP_SSL = "true"; SMTP_ENABLE_STARTTLS_AUTO = "false"; SMTP_AUTH_METHOD = "plain"; + RAILS_LOG_LEVEL = "warn"; }; smtp = {