From 011b3cd13902dc1ecce17144730e00f219c97c62 Mon Sep 17 00:00:00 2001 From: Ryan Lue Date: Fri, 11 May 2018 13:15:13 +0800 Subject: [PATCH] Revert accidental change to dev environment log_level --- config/environments/development.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/config/environments/development.rb b/config/environments/development.rb index 9e51b24ea..501ea94e4 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -55,6 +55,4 @@ Rails.application.configure do # Raises error for missing translations # config.action_view.raise_on_missing_translations = true - - config.log_level = :error end