aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorGaurish Sharma <contact@gaurishsharma.com>2014-03-27 16:37:47 +0530
committerGaurish Sharma <contact@gaurishsharma.com>2014-03-27 16:37:47 +0530
commit15a18c18e496c8fb46ee21d8a1af0c4012abc5f5 (patch)
treec3880ead40e410292e9a286362259c3c2743d73f /guides
parent9632919b0ca6423ae46fbb1c079ccdeb8353ecab (diff)
downloadrails-15a18c18e496c8fb46ee21d8a1af0c4012abc5f5.tar.gz
rails-15a18c18e496c8fb46ee21d8a1af0c4012abc5f5.tar.bz2
rails-15a18c18e496c8fb46ee21d8a1af0c4012abc5f5.zip
Clarify environment_name for logs
[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 226137c89a..99f685e535 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`.
+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.
### Log Levels