Skip to content

Commit

Permalink
Clarify environment_name for logs
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
gaurish committed Mar 27, 2014
1 parent 9632919 commit 15a18c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/source/debugging_rails_applications.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 15a18c1

Please sign in to comment.