From bd78c3d6abaf97d0c4508701e0fb114a6fe34747 Mon Sep 17 00:00:00 2001 From: Heiko Bernloehr Date: Tue, 15 Oct 2019 20:00:27 +0200 Subject: Change production log level to :info --- README.rdoc | 28 ---------------------------- config/environments/production.rb | 2 +- 2 files changed, 1 insertion(+), 29 deletions(-) delete mode 100644 README.rdoc 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 -rake doc:app. 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 ] -- cgit v1.2.3