aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2018-09-01 22:05:42 +0200
committerHarald Eilertsen <haraldei@anduin.net>2018-09-01 22:05:42 +0200
commit1949ce69d1f3f6ee393c6cf87475c196bed287f8 (patch)
tree47e5b09f4299f9c978205e546221baf063aec609
parentf264ca4884b88d87bda39128df1eebfc8954d4ad (diff)
downloadhmnoweb-1949ce69d1f3f6ee393c6cf87475c196bed287f8.tar.gz
hmnoweb-1949ce69d1f3f6ee393c6cf87475c196bed287f8.tar.bz2
hmnoweb-1949ce69d1f3f6ee393c6cf87475c196bed287f8.zip
Reduce noise in logs in production.
-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 6a4c8e0..38c244c 100644
--- a/config/environments/production.rb
+++ b/config/environments/production.rb
@@ -33,7 +33,7 @@ BetaWebApp::Application.configure do
# config.force_ssl = true
# See everything in the log (default is :info)
- # config.log_level = :debug
+ config.log_level = :warn
# Prepend all log lines with the following tags
# config.log_tags = [ :subdomain, :uuid ]