summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorHeiko Bernloehr <Heiko.Bernloehr@FreeIT.de>2019-10-15 20:00:27 +0200
committerHeiko Bernloehr <Heiko.Bernloehr@FreeIT.de>2019-10-16 02:45:25 +0200
commitbd78c3d6abaf97d0c4508701e0fb114a6fe34747 (patch)
treebe861070f1c7f4af380893f4a573bf3c34b7e0aa /config
parente0c5a3031d7de796134c72c44c38dc90c6221d2f (diff)
downloadecs-bd78c3d6abaf97d0c4508701e0fb114a6fe34747.tar.gz
ecs-bd78c3d6abaf97d0c4508701e0fb114a6fe34747.zip
Change production log level to :info
Diffstat (limited to 'config')
-rw-r--r--config/environments/production.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/environments/production.rb b/config/environments/production.rb
index 10a93dd..4d40937 100644
--- a/config/environments/production.rb
+++ b/config/environments/production.rb
@@ -46,7 +46,7 @@ Rails.application.configure do
# Use the lowest log level to ensure availability of diagnostic information
# when problems arise.
- config.log_level = :debug
+ config.log_level = :info
# Prepend all log lines with the following tags.
# config.log_tags = [ :subdomain, :uuid ]