From ae0463154bd140b6702635372b4e0be5d4993a61 Mon Sep 17 00:00:00 2001 From: Pierre Ozoux Date: Tue, 11 Apr 2017 15:23:25 +0100 Subject: [PATCH] Decrease log level --- .env.production.sample | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.env.production.sample b/.env.production.sample index faa5e66..53c1835 100644 --- a/.env.production.sample +++ b/.env.production.sample @@ -31,3 +31,6 @@ SMTP_PORT=587 SMTP_LOGIN= SMTP_PASSWORD= SMTP_FROM_ADDRESS=notifications@example.com + +# misc +RAILS_LOG_LEVEL=warn -- GitLab