From 3edab2a56bcc16ea3a0fd0e3ef671ab739c8b31c Mon Sep 17 00:00:00 2001
From: Kuldeep Aggarwal <kd.engineer@yahoo.co.in>
Date: Sat, 27 Feb 2016 14:52:36 +0530
Subject: [ci skip]Add info for specifying logger in different envrionments.

refer 2dc3e81aea8dbc, 56ca2061df83a3
---
 guides/source/debugging_rails_applications.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guides/source/debugging_rails_applications.md b/guides/source/debugging_rails_applications.md
index 713d95a3c1..faf475c294 100644
--- a/guides/source/debugging_rails_applications.md
+++ b/guides/source/debugging_rails_applications.md
@@ -109,7 +109,7 @@ It can also be useful to save information to log files at runtime. Rails maintai
 
 Rails makes use of the `ActiveSupport::Logger` class to write log information. Other loggers, such as `Log4r`, may also be substituted.
 
-You can specify an alternative logger in `config/application.rb`, for example:
+You can specify an alternative logger in `config/application.rb` or any other environment file, for example:
 
 ```ruby
 config.logger = Logger.new(STDOUT)
-- 
cgit v1.2.3