Clarify environment_name for logs

[ci skip]
This commit is contained in:
Gaurish Sharma 2014-03-27 16:37:47 +05:30
parent 9632919b0c
commit 15a18c18e4
1 changed files with 1 additions and 1 deletions

View File

@ -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