diff options
author | Vijay Dev <vijaydev.cse@gmail.com> | 2014-03-29 17:08:07 +0530 |
---|---|---|
committer | Vijay Dev <vijaydev.cse@gmail.com> | 2014-03-29 17:08:07 +0530 |
commit | f8872d658e7f2bee3a18be47c01754368f22ab73 (patch) | |
tree | bdd15c8704491e00dbd45b05bab7bf15abd9592e | |
parent | 15a18c18e496c8fb46ee21d8a1af0c4012abc5f5 (diff) | |
download | rails-f8872d658e7f2bee3a18be47c01754368f22ab73.tar.gz rails-f8872d658e7f2bee3a18be47c01754368f22ab73.tar.bz2 rails-f8872d658e7f2bee3a18be47c01754368f22ab73.zip |
copy edit [ci skip]
-rw-r--r-- | guides/source/debugging_rails_applications.md | 2 |
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 |