chore: change mastodon log level

This commit is contained in:
Ivan R. 2024-01-30 23:51:20 +05:00
parent dfc55feadb
commit 8a9cdfcaf9
No known key found for this signature in database
GPG key ID: 56C7BAAE859B302C

View file

@ -38,6 +38,7 @@
SMTP_SSL = "true"; SMTP_SSL = "true";
SMTP_ENABLE_STARTTLS_AUTO = "false"; SMTP_ENABLE_STARTTLS_AUTO = "false";
SMTP_AUTH_METHOD = "plain"; SMTP_AUTH_METHOD = "plain";
RAILS_LOG_LEVEL = "warn";
}; };
smtp = { smtp = {