summaryrefslogtreecommitdiff
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
parente0c5a3031d7de796134c72c44c38dc90c6221d2f (diff)
downloadecs-bd78c3d6abaf97d0c4508701e0fb114a6fe34747.tar.gz
ecs-bd78c3d6abaf97d0c4508701e0fb114a6fe34747.zip
Change production log level to :info
-rw-r--r--README.rdoc28
-rw-r--r--config/environments/production.rb2
2 files changed, 1 insertions, 29 deletions
diff --git a/README.rdoc b/README.rdoc
deleted file mode 100644
index dd4e97e..0000000
--- a/README.rdoc
+++ /dev/null
@@ -1,28 +0,0 @@
-== README
-
-This README would normally document whatever steps are necessary to get the
-application up and running.
-
-Things you may want to cover:
-
-* Ruby version
-
-* System dependencies
-
-* Configuration
-
-* Database creation
-
-* Database initialization
-
-* How to run the test suite
-
-* Services (job queues, cache servers, search engines, etc.)
-
-* Deployment instructions
-
-* ...
-
-
-Please feel free to use a different markup language if you do not plan to run
-<tt>rake doc:app</tt>.
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 ]