diff --git a/guides/source/debugging_rails_applications.md b/guides/source/debugging_rails_applications.md index 713d95a3c182a3f902b1c42e5c3aca1e233f092d..faf475c294f9a1dcd21f1700b9306db070e5f2a4 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)