diff options
author | Xavier Noria <fxn@hashref.com> | 2010-04-14 01:00:03 -0700 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2010-04-14 01:00:03 -0700 |
commit | 9a4fdff0af0ba05ad77096ce835aeb4bf343a53f (patch) | |
tree | d4657c9e64fdc050695dd58cf419241ace32e7a6 /railties/guides/source/debugging_rails_applications.textile | |
parent | 2ff5f38abb4a44ed5356c34b40d30d446fb63408 (diff) | |
parent | e090898c5e98e853828208343b3911a229563b62 (diff) | |
download | rails-9a4fdff0af0ba05ad77096ce835aeb4bf343a53f.tar.gz rails-9a4fdff0af0ba05ad77096ce835aeb4bf343a53f.tar.bz2 rails-9a4fdff0af0ba05ad77096ce835aeb4bf343a53f.zip |
Merge commit 'docrails/master'
Diffstat (limited to 'railties/guides/source/debugging_rails_applications.textile')
-rw-r--r-- | railties/guides/source/debugging_rails_applications.textile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/debugging_rails_applications.textile b/railties/guides/source/debugging_rails_applications.textile index 8f502bac99..0fb7542995 100644 --- a/railties/guides/source/debugging_rails_applications.textile +++ b/railties/guides/source/debugging_rails_applications.textile @@ -136,7 +136,7 @@ config.logger = Logger.new(STDOUT) config.logger = Log4r::Logger.new("Application Log") </ruby> -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+. h4. Log Levels |