aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2014-03-29 17:08:07 +0530
committerVijay Dev <vijaydev.cse@gmail.com>2014-03-29 17:08:07 +0530
commitf8872d658e7f2bee3a18be47c01754368f22ab73 (patch)
treebdd15c8704491e00dbd45b05bab7bf15abd9592e /guides
parent15a18c18e496c8fb46ee21d8a1af0c4012abc5f5 (diff)
downloadrails-f8872d658e7f2bee3a18be47c01754368f22ab73.tar.gz
rails-f8872d658e7f2bee3a18be47c01754368f22ab73.tar.bz2
rails-f8872d658e7f2bee3a18be47c01754368f22ab73.zip
copy edit [ci skip]
Diffstat (limited to 'guides')
-rw-r--r--guides/source/debugging_rails_applications.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/debugging_rails_applications.md b/guides/source/debugging_rails_applications.md
index 99f685e535..0e10d1b697 100644
--- a/guides/source/debugging_rails_applications.md
+++ b/guides/source/debugging_rails_applications.md
@@ -123,7 +123,7 @@ config.logger = Logger.new(STDOUT)
config.logger = Log4r::Logger.new("Application Log")
```
-TIP: By default, each log is created under `Rails.root/log/` and the log file name is `environment_name.log`. example `production.log`, `development.log` etc.
+TIP: By default, each log is created under `Rails.root/log/` and the log file is named after the environment in which the application is running.
### Log Levels